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