1 write to _layoutUpdatedCallback
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
170_layoutUpdatedCallback = new EventHandler(OnLayoutUpdated); //need to cache it, LM only keeps weak ref
1 reference to _layoutUpdatedCallback
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
171ContextLayoutManager.From(Dispatcher).LayoutEvents.Add(_layoutUpdatedCallback);