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)
198
ContextLayoutManager.From(Dispatcher).LayoutEvents.Add(
_layoutUpdatedCallback
);