2 references to OnLayoutUpdated
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (2)
158
LayoutUpdated += new EventHandler(
OnLayoutUpdated
);
577
LayoutUpdated -= new EventHandler(
OnLayoutUpdated
);