4 references to OnLayoutUpdated
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
111element.LayoutUpdated -= target.OnLayoutUpdated;
Core\CSharp\System\Windows\Media\VisualBrush.cs (3)
223element.LayoutUpdated += OnLayoutUpdated; 269element.LayoutUpdated -= OnLayoutUpdated; 302element.LayoutUpdated -= OnLayoutUpdated;