2 references to OnLayoutUpdated
PresentationFramework (2)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2849
targetUIElement.LayoutUpdated += new EventHandler(
OnLayoutUpdated
);
2869
uiElement.LayoutUpdated -= new EventHandler(
OnLayoutUpdated
);