2 implementations of AllowInitializationUI
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1605bool IClientChannel.AllowInitializationUI
System\ServiceModel\ClientBase.cs (1)
1174bool IClientChannel.AllowInitializationUI
1 write to AllowInitializationUI
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1177set { ((IClientChannel)this.channel).AllowInitializationUI = value; }
1 reference to AllowInitializationUI
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1176get { return ((IClientChannel)this.channel).AllowInitializationUI; }