1 write to _dispatcher
PresentationFramework (1)
System\windows\Documents\TextEditorTyping.cs (1)
102This._dispatcher = Dispatcher.CurrentDispatcher;
2 references to _dispatcher
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
101Invariant.Assert(This._dispatcher == null); 103Invariant.Assert(This._dispatcher != null);