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