1 write to _dispatcher
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
106This._dispatcher = Dispatcher.CurrentDispatcher;
2 references to _dispatcher
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
105Invariant.Assert(This._dispatcher == null); 107Invariant.Assert(This._dispatcher != null);