EnsureInitialized() приватный Метод

private EnsureInitialized ( ) : void
Результат void
Пример #1
0
        static CommandBinder()
        {
            RxApp.EnsureInitialized();

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