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