EnsureInitialized() private method

private EnsureInitialized ( ) : void
return void
Beispiel #1
0
        static CommandBinder()
        {
            RxApp.EnsureInitialized();

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