45 references to LayoutUpdated
PresentationCore (12)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
675container.LayoutUpdated += OnLayoutUpdated; 684container.LayoutUpdated -= OnLayoutUpdated;
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
673((UIElement)(_rootVisual.Value)).LayoutUpdated += new EventHandler(OnLayoutUpdated); 696((UIElement)oldRoot).LayoutUpdated -= new EventHandler(OnLayoutUpdated);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (3)
241element.LayoutUpdated += OnLayoutUpdated; 299element.LayoutUpdated -= OnLayoutUpdated; 332element.LayoutUpdated -= OnLayoutUpdated;
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
173element.LayoutUpdated -= target.OnLayoutUpdated;
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;
PresentationFramework (32)
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (2)
90_annotatedElement.LayoutUpdated += OnLayoutUpdated; 215_annotatedElement.LayoutUpdated -= OnLayoutUpdated;
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
618LayoutUpdated += new EventHandler(OnLayoutUpdated);
src\Framework\MS\Internal\Data\DataBindEngine.cs (2)
232_layoutElement.LayoutUpdated += new EventHandler(OnLayoutUpdated); 281_layoutElement.LayoutUpdated -= new EventHandler(OnLayoutUpdated);
src\Framework\MS\Internal\Documents\DocumentGrid.cs (2)
2017LayoutUpdated += new EventHandler(OnZoomLayoutUpdated); 2912LayoutUpdated -= new EventHandler(OnZoomLayoutUpdated);
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (2)
983_inkCanvas.InnerCanvas.LayoutUpdated += _layoutUpdatedHandler; 991_inkCanvas.InnerCanvas.LayoutUpdated -= _layoutUpdatedHandler;
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
992root.LayoutUpdated -= OnLayoutUpdated; 1767root.LayoutUpdated += OnLayoutUpdated;
src\Framework\System\Windows\Controls\ComboBox.cs (2)
892_clonedElement.LayoutUpdated -= CloneLayoutUpdated; 947_clonedElement.LayoutUpdated += CloneLayoutUpdated;
src\Framework\System\Windows\Controls\DefinitionBase.cs (2)
812_layoutUpdatedHost.LayoutUpdated += _layoutUpdated; 921_layoutUpdatedHost.LayoutUpdated -= _layoutUpdated;
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
273LayoutUpdated += new EventHandler(OnLayoutUpdated); 852LayoutUpdated -= new EventHandler(OnLayoutUpdated);
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (2)
158LayoutUpdated += new EventHandler(OnLayoutUpdated); 577LayoutUpdated -= new EventHandler(OnLayoutUpdated);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
1499this.LayoutUpdated += OnLayoutUpdated; 1520this.LayoutUpdated -= OnLayoutUpdated;
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
206LayoutUpdated += _layoutUpdatedHandler; 216LayoutUpdated -= _layoutUpdatedHandler;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
77this.LayoutUpdated += new EventHandler(HandleLayoutUpdated);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
12247ic.LayoutUpdated -= OnLayoutUpdated; 12265ic.LayoutUpdated += OnLayoutUpdated;
src\Framework\System\Windows\Data\BindingGroup.cs (2)
609layoutElement.LayoutUpdated += new EventHandler(OnLayoutUpdated); 927layoutElement.LayoutUpdated -= new EventHandler(OnLayoutUpdated);
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
163LayoutUpdated += new EventHandler(OnLayoutUpdated);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2849targetUIElement.LayoutUpdated += new EventHandler(OnLayoutUpdated); 2869uiElement.LayoutUpdated -= new EventHandler(OnLayoutUpdated);
src\Framework\System\Windows\Interop\HwndHost.cs (1)
1188this.LayoutUpdated += _handlerLayoutUpdated;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
2147this.adornerLayer.LayoutUpdated += new EventHandler(OnAdornerLayerLayoutUpdated);