1 instantiation of DispatcherProcessingDisabled
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1571
DispatcherProcessingDisabled dpd = new
DispatcherProcessingDisabled
();
11 references to DispatcherProcessingDisabled
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextTreeRootNode.cs (2)
397
internal
DispatcherProcessingDisabled
DispatcherProcessingDisabled
487
private
DispatcherProcessingDisabled
_processingDisabled;
WindowsBase (9)
Base\System\Windows\Threading\Dispatcher.cs (2)
1564
public
DispatcherProcessingDisabled
DisableProcessing()
1571
DispatcherProcessingDisabled
dpd = new DispatcherProcessingDisabled();
Base\System\Windows\Threading\DispatcherProcessingDisabled.cs (6)
38
if ((null == obj) || !(obj is
DispatcherProcessingDisabled
))
41
return (this._dispatcher == ((
DispatcherProcessingDisabled
)obj)._dispatcher);
65
public static bool operator ==(
DispatcherProcessingDisabled
left,
DispatcherProcessingDisabled
right)
82
public static bool operator !=(
DispatcherProcessingDisabled
left,
DispatcherProcessingDisabled
right)
Shared\MS\Internal\ReaderWriterLockSlimWrapper.cs (1)
270
DispatcherProcessingDisabled
? dispatcherProcessingDisabled = null;