1 write to autoDisplayUIManager
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
484this.autoDisplayUIManager = new CallOnceManager(this, CallDisplayUIOnce.Instance);
7 references to autoDisplayUIManager
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannel.cs (7)
155if (!this.explicitlyOpened && (this.autoDisplayUIManager == null)) 159return this.autoDisplayUIManager; 482if (this.autoDisplayUIManager == null) 532manager.CallOnce(timeout, this.autoDisplayUIManager); 544return manager.BeginCallOnce(timeout, this.autoDisplayUIManager, callback, state); 1775if (this.autoDisplayUIManager == null) 1788if (this.autoDisplayUIManager == null)