2 references to OnLayoutUpdated
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
673
((UIElement)(_rootVisual.Value)).LayoutUpdated += new EventHandler(
OnLayoutUpdated
);
696
((UIElement)oldRoot).LayoutUpdated -= new EventHandler(
OnLayoutUpdated
);