EnsureInitialized() private method

private EnsureInitialized ( ) : void
return void
Ejemplo n.º 1
0
        static CommandBinder()
        {
            RxApp.EnsureInitialized();

            binderImplementation = Locator.Current.GetService <ICommandBinderImplementation>() ??
                                   new CommandBinderImplementation();
        }
 static PropertyBindingMixins()
 {
     RxApp.EnsureInitialized();
     binderImplementation = new PropertyBinderImplementation();
 }
Ejemplo n.º 3
0
 static ViewForMixins()
 {
     RxApp.EnsureInitialized();
 }
Ejemplo n.º 4
0
 static RoutingState()
 {
     RxApp.EnsureInitialized();
 }
 static ReactiveNotifyPropertyChangedMixin()
 {
     RxApp.EnsureInitialized();
 }
Ejemplo n.º 6
0
 static InteractionBindingMixins()
 {
     RxApp.EnsureInitialized();
     binderImplementation = new InteractionBinderImplementation();
 }
Ejemplo n.º 7
0
 static DefaultPropertyBinding()
 {
     RxApp.EnsureInitialized();
 }