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