1 write to _layoutUpdatedCallback
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
167
_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)
168
ContextLayoutManager.From(Dispatcher).LayoutEvents.Add(
_layoutUpdatedCallback
);