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