EnsureInitialized() private method

private EnsureInitialized ( ) : void
return void
コード例 #1
0
        static CommandBinder()
        {
            RxApp.EnsureInitialized();

            binderImplementation = Locator.Current.GetService <ICommandBinderImplementation>() ??
                                   new CommandBinderImplementation();
        }
コード例 #2
0
 static PropertyBindingMixins()
 {
     RxApp.EnsureInitialized();
     binderImplementation = new PropertyBinderImplementation();
 }
コード例 #3
0
ファイル: Activation.cs プロジェクト: matija32/Vrili
 static ViewForMixins()
 {
     RxApp.EnsureInitialized();
 }
コード例 #4
0
ファイル: RoutingState.cs プロジェクト: zxm679/ReactiveUI
 static RoutingState()
 {
     RxApp.EnsureInitialized();
 }
 static ReactiveNotifyPropertyChangedMixin()
 {
     RxApp.EnsureInitialized();
 }
コード例 #6
0
 static InteractionBindingMixins()
 {
     RxApp.EnsureInitialized();
     binderImplementation = new InteractionBinderImplementation();
 }
コード例 #7
0
 static DefaultPropertyBinding()
 {
     RxApp.EnsureInitialized();
 }