2 writes to _winEvent
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
121_winEvent = new MoveSizeWinEventHandler(); 141_winEvent = null;
7 references to _winEvent
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextServicesHost.cs (7)
119if (_winEvent == null) 122_winEvent.Start(); 125_winEvent.RegisterTextStore(textstore); 134_winEvent.UnregisterTextStore(textstore); 137if (_winEvent.TextStoreCount == 0) 139_winEvent.Stop(); 140_winEvent.Clear();