1 write to allowInitializationUI
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1611this.allowInitializationUI = value;
2 references to allowInitializationUI
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1195if (!this.allowInitializationUI) 1607get { return this.allowInitializationUI; }