2 references to OnLayoutUpdated
PresentationFramework (2)
System\Windows\Controls\GridViewRowPresenter.cs (2)
151
LayoutUpdated += new EventHandler(
OnLayoutUpdated
);
569
LayoutUpdated -= new EventHandler(
OnLayoutUpdated
);