15 references to DisableProcessing
PresentationCore (9)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
282
using (Dispatcher.CurrentDispatcher.
DisableProcessing
())
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
464
using(Dispatcher.
DisableProcessing
()) // Disable reentrancy due to locks taken
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
1062
using(Dispatcher.
DisableProcessing
()) // Disable reentrancy due to locks taken
1164
using (Dispatcher.
DisableProcessing
()) // Disable reentrancy due to locks taken
Core\CSharp\System\Windows\LayoutManager.cs (1)
273
using(Dispatcher.
DisableProcessing
())
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
2089
using (Dispatcher.
DisableProcessing
())
Core\CSharp\System\Windows\Media\Visual.cs (1)
1050
using(Dispatcher.
DisableProcessing
())
Core\CSharp\System\Windows\UIElement.cs (2)
592
using (Dispatcher.
DisableProcessing
())
806
using (Dispatcher.
DisableProcessing
())
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
102
using (_document.Dispatcher.
DisableProcessing
())
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (3)
170
using (_document.Dispatcher.
DisableProcessing
())
319
using (_document.Dispatcher.
DisableProcessing
())
802
using (_document.Dispatcher.
DisableProcessing
())
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3364
_rootNode.DispatcherProcessingDisabled = this.Dispatcher.
DisableProcessing
();
WindowsBase (1)
Shared\MS\Internal\ReaderWriterLockSlimWrapper.cs (1)
275
Dispatcher.FromThread(Thread.CurrentThread)?.
DisableProcessing
();