59 references to UpdateLayout
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
1132rootUIElement.UpdateLayout(); 1508rootUIElement.UpdateLayout(); //finalizes layout 1530rootUIElement.UpdateLayout(); //finalizes layout
PresentationFramework (53)
MS\Internal\Documents\DocumentPageTextView.cs (2)
400_owner.UpdateLayout(); 429_owner.UpdateLayout(); // May invalidate the view.
MS\Internal\Documents\TextBoxView.cs (3)
1070UpdateLayout(); 1094UpdateLayout(); 1112UpdateLayout();
MS\Internal\Documents\TextParagraphView.cs (1)
306_owner.UpdateLayout();
MS\Internal\Ink\InkCanvasSelection.cs (1)
916innerCanvas.UpdateLayout();
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
311decorator.UpdateLayout(); 352decorator.UpdateLayout();
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
157this.OwningDataGrid.UpdateLayout();
System\Windows\Controls\DataGrid.cs (4)
1662UpdateLayout(); 1681UpdateLayout(); 2165UpdateLayout(); 5960UpdateLayout();
System\Windows\Controls\DataGridCellsPanel.cs (1)
2194UpdateLayout();
System\Windows\Controls\DataGridColumn.cs (1)
726editingElement.UpdateLayout();
System\Windows\Controls\ItemsControl.cs (8)
1843UpdateLayout(); 2113ScrollHost.UpdateLayout(); 2332ScrollHost.UpdateLayout(); 2398ItemsHost.UpdateLayout(); 2464ItemsHost.UpdateLayout(); 2686UpdateLayout(); 2730ItemsHost.UpdateLayout(); 2758ScrollHost.UpdateLayout();
System\Windows\Controls\Primitives\TextBoxBase.cs (12)
173UpdateLayout(); 185UpdateLayout(); 197UpdateLayout(); 209UpdateLayout(); 219UpdateLayout(); 228UpdateLayout(); 239UpdateLayout(); 251UpdateLayout(); 263UpdateLayout(); 275UpdateLayout(); 292UpdateLayout(); 309UpdateLayout();
System\Windows\Controls\ScrollViewer.cs (1)
1008UpdateLayout();
System\Windows\Controls\TabItem.cs (2)
316parentTabControl.UpdateLayout(); // Wait for layout 351parentTabControl.UpdateLayout(); // Wait for layout
System\Windows\Controls\TextBlock.cs (1)
2913UpdateLayout();
System\Windows\Controls\TreeViewItem.cs (1)
1033item.UpdateLayout();
System\Windows\Controls\VirtualizingStackPanel.cs (3)
1668groupItem.UpdateLayout(); 1741UpdateLayout(); 4394UpdateLayout();
System\Windows\Documents\ImmComposition.cs (1)
1262_editor.TextView.RenderScope.UpdateLayout();
System\windows\Documents\TextEditorDragDrop.cs (1)
418_textEditor.TextView.RenderScope.UpdateLayout(); // REVIEW:benwest:6/27/2006: This should use TextView.Validate, and check the return value instead of using IsValid below.
System\windows\Documents\TextEditorMouse.cs (1)
228This.TextView.RenderScope.UpdateLayout();
System\windows\Documents\TextEditorSelection.cs (2)
653This.TextView.RenderScope.UpdateLayout(); 767This.TextView.RenderScope.UpdateLayout();
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
181this.TextStore.RenderScope.UpdateLayout();
System\Windows\Documents\TextStore.cs (1)
1033UiScope.UpdateLayout();
System\Windows\Input\KeyboardNavigation.cs (2)
2380uiElement.UpdateLayout(); 2422parentUIElement.UpdateLayout();
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2537canvas.UpdateLayout();
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
1168uiElement.UpdateLayout();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2845fe.UpdateLayout();