2 references to OnLayoutUpdated
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
571
((UIElement)(_rootVisual)).LayoutUpdated += new EventHandler(
OnLayoutUpdated
);
594
((UIElement)oldRoot).LayoutUpdated -= new EventHandler(
OnLayoutUpdated
);