2 types derived from Grid
PresentationFramework (1)
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (1)
14public class SelectiveScrollingGrid : Grid
PresentationUI (1)
artifacts\obj\PresentationUI\x86\Debug\net10.0\InstallationError.g.cs (1)
37internal partial class InstallationErrorPage : System.Windows.Controls.Grid, System.Windows.Markup.IComponentConnector {
11 instantiations of Grid
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Preview\MockPreviewPaneService.cs (1)
37return new Grid();
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
169var grid = new Grid();
Microsoft.VisualStudio.LanguageServices.CSharp (4)
SemanticSearch\SemanticSearchToolWindowImpl.cs (4)
134var toolWindowGrid = new Grid(); 140var toolbarGrid = new Grid(); 220var outerGrid = new Grid() 232var promptGrid = new Grid();
PresentationFramework (4)
System\Windows\Controls\BorderGapMaskConverter.cs (1)
80Grid grid = new Grid
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
380embeddedObject = new Grid();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5319DefaultConstructor = delegate () { return new System.Windows.Controls.Grid(); },
System\Windows\Markup\KnownTypes.cs (1)
1297case KnownElements.Grid: o = new System.Windows.Controls.Grid(); break;
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\PerfMarginPanel.cs (1)
37_mainGrid = new Grid();
190 references to Grid
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (2)
70internal System.Windows.Controls.Grid IdentifierAndExpandButtonGrid; 179this.IdentifierAndExpandButtonGrid = ((System.Windows.Controls.Grid)(target));
Microsoft.VisualStudio.LanguageServices (32)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\AddParameterDialog.g.cs (4)
53internal System.Windows.Controls.Grid ContentGrid; 61internal System.Windows.Controls.Grid Table; 229this.ContentGrid = ((System.Windows.Controls.Grid)(target)); 232this.Table = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\ChangeSignatureDialog.g.cs (2)
53internal System.Windows.Controls.Grid ContentGrid; 301this.ContentGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\DocumentOutline\DocumentOutlineView.g.cs (2)
64internal System.Windows.Controls.Grid SearchHost; 122this.SearchHost = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Analyzers\View\SeverityControl.g.cs (2)
44internal System.Windows.Controls.Grid RootGrid; 89this.RootGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleSeverityControl.g.cs (2)
44internal System.Windows.Controls.Grid RootGrid; 89this.RootGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleValueControl.g.cs (2)
44internal System.Windows.Controls.Grid RootGrid; 89this.RootGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Common\EnumPropertyView.g.cs (2)
44internal System.Windows.Controls.Grid RootGrid; 89this.RootGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesLocationControl.g.cs (2)
44internal System.Windows.Controls.Grid RootGrid; 89this.RootGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesSeverityControl.g.cs (2)
44internal System.Windows.Controls.Grid RootGrid; 89this.RootGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesStyleControl.g.cs (2)
44internal System.Windows.Controls.Grid RootGrid; 89this.RootGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesTypeControl.g.cs (2)
44internal System.Windows.Controls.Grid RootGrid; 89this.RootGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\SettingsEditorControl.g.cs (2)
100internal System.Windows.Controls.Grid SettingDisplayArea; 196this.SettingDisplayArea = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\MoveToNamespace\MoveToNamespaceDialog.g.cs (2)
53internal System.Windows.Controls.Grid Root; 141this.Root = ((System.Windows.Controls.Grid)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ValueTracking\ValueTrackingRoot.g.cs (2)
45internal System.Windows.Controls.Grid RootGrid; 90this.RootGrid = ((System.Windows.Controls.Grid)(target));
PreviewPane\PreviewPane.xaml.cs (2)
169var grid = new Grid(); 192Grid.SetRow(previewElement, grid.RowDefinitions.Count - 1);
Microsoft.VisualStudio.LanguageServices.CSharp (17)
SemanticSearch\SemanticSearchToolWindowImpl.cs (17)
134var toolWindowGrid = new Grid(); 140var toolbarGrid = new Grid(); 181Grid.SetRow(toolbarGrid, 0); 182Grid.SetColumn(toolbarGrid, 0); 186Grid.SetRow(copilotUI.Control, 1); 187Grid.SetColumn(copilotUI.Control, 0); 190Grid.SetRow(textViewControl, 2); 191Grid.SetColumn(textViewControl, 0); 195Grid.SetRow(executeButton, 0); 196Grid.SetColumn(executeButton, 0); 198Grid.SetRow(cancelButton, 0); 199Grid.SetColumn(cancelButton, 1); 220var outerGrid = new Grid() 232var promptGrid = new Grid(); 248Grid.SetColumn(promptTextBox.Control, 0); 251Grid.SetColumn(panel, 1); 262Grid.SetColumn(promptGridBorder, 0);
PresentationFramework (120)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (5)
36private Grid OwningGrid 135int childRow = (int)child.GetValue(Grid.RowProperty); 369int childRow = (int)child.GetValue(Grid.RowProperty); 370int childColumn = (int)child.GetValue(Grid.ColumnProperty); 610int childRow = (int)child.GetValue(Grid.RowProperty);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (6)
637return (int)owningButton.GetValue(Grid.ColumnProperty); 656return (int)owningButton.GetValue(Grid.ColumnSpanProperty); 688Debug.Assert((int)owningButton.GetValue(Grid.RowProperty) > 0); 691return (int)owningButton.GetValue(Grid.RowProperty) - 1; 695return (int)owningButton.GetValue(Grid.RowProperty); 717return (int)owningButton.GetValue(Grid.RowSpanProperty);
System\Windows\Controls\BorderGapMaskConverter.cs (9)
80Grid grid = new Grid 108Grid.SetRowSpan(rectColumn1, 2); 109Grid.SetRow(rectColumn1, 0); 110Grid.SetColumn(rectColumn1, 0); 112Grid.SetRow(rectColumn2, 1); 113Grid.SetColumn(rectColumn2, 1); 115Grid.SetRowSpan(rectColumn3, 2); 116Grid.SetRow(rectColumn3, 0); 117Grid.SetColumn(rectColumn3, 2);
System\Windows\Controls\ColumnDefinition.cs (3)
54internal ColumnDefinitionCollection(Grid owner) 721private readonly Grid _owner; // owner of the collection 968value = ((Grid)base.Parent).GetFinalColumnDefinitionWidth(base.Index);
System\Windows\Controls\DatePicker.cs (1)
21[TemplatePart(Name = DatePicker.ElementRoot, Type = typeof(Grid))]
System\Windows\Controls\DefinitionBase.cs (16)
109internal void OnBeforeLayout(Grid grid) 155Grid parentGrid = (Grid) definition.Parent; 192Grid parentGrid = (Grid) definition.Parent; 221Grid parentGrid = (Grid) definition.Parent; 326internal Grid.LayoutTimeSizeType SizeType 352if ( _sizeType != Grid.LayoutTimeSizeType.Auto 665private Grid.LayoutTimeSizeType _sizeType; // layout-time user size type. it may differ from _userSizeValueCache.UnitType when calculating "to-content" 790Grid parentGrid = (Grid)(_registry[i].Parent); 929Grid parentGrid = (Grid)definitionBase.Parent; 937Grid parentGrid = (Grid)definitionBase.Parent;
System\Windows\Controls\Grid.cs (13)
2952Grid grid = (Grid)d; 2972Grid grid = VisualTreeHelper.GetParent(child) as Grid; 3370typeof(Grid), 3391typeof(Grid), 3413typeof(Grid), 3434typeof(Grid), 3455typeof(Grid), 3469typeof(Grid), 3866internal GridChildrenCollectionEnumeratorSimple(Grid grid, bool includeChildren) 3984Grid grid = VisualTreeHelper.GetParent(this) as Grid;
System\Windows\Controls\GridSplitter.cs (10)
490Grid grid = Parent as Grid; 523int gridSpan = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnSpanProperty : Grid.RowSpanProperty); 527splitterIndex = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnProperty : Grid.RowProperty); 736Grid grid = Parent as Grid; 766private static DefinitionBase GetGridDefinition(Grid grid, int index, GridResizeDirection direction) 997public Grid Grid;
System\Windows\Controls\Primitives\CalendarItem.cs (14)
16[TemplatePart(Name = CalendarItem.ElementMonthView, Type = typeof(Grid))] 17[TemplatePart(Name = CalendarItem.ElementYearView, Type = typeof(Grid))] 47private Grid _monthView; 50private Grid _yearView; 75internal Grid MonthView 86internal Grid YearView 165_monthView = GetTemplateChild(ElementMonthView) as Grid; 166_yearView = GetTemplateChild(ElementYearView) as Grid; 945titleCell.SetValue(Grid.RowProperty, 0); 946titleCell.SetValue(Grid.ColumnProperty, i); 958dayCell.SetValue(Grid.RowProperty, i); 959dayCell.SetValue(Grid.ColumnProperty, j); 985monthCell.SetValue(Grid.RowProperty, i); 986monthCell.SetValue(Grid.ColumnProperty, j);
System\Windows\Controls\RowDefinition.cs (3)
49internal RowDefinitionCollection(Grid owner) 716private readonly Grid _owner; // owner of the collection 963value = ((Grid)base.Parent).GetFinalRowDefinitionHeight(base.Index);
System\Windows\Controls\ScrollViewer.cs (10)
2665FrameworkElementFactory grid = new FrameworkElementFactory(typeof(Grid), "Grid"); 2688grid.SetValue(Grid.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty)); 2703content.SetValue(Grid.ColumnProperty, 0); 2704content.SetValue(Grid.RowProperty, 0); 2711hsb.SetValue(Grid.ColumnProperty, 0); 2712hsb.SetValue(Grid.RowProperty, 1); 2721vsb.SetValue(Grid.ColumnProperty, 1); 2722vsb.SetValue(Grid.RowProperty, 0); 2731corner.SetValue(Grid.ColumnProperty, 1); 2732corner.SetValue(Grid.RowProperty, 1);
System\Windows\FrameworkElementFactory.cs (2)
878Grid parentGrid; 883&& (parentGrid = parent as Grid) != null
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
347case 254: t = () => typeof(Grid); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (21)
2811Type type = typeof(System.Windows.Controls.Grid); 2812DependencyProperty dp = System.Windows.Controls.Grid.ColumnProperty; 2814this.GetXamlType(typeof(System.Windows.Controls.Grid)), // DeclaringType 2830Type type = typeof(System.Windows.Controls.Grid); 2831DependencyProperty dp = System.Windows.Controls.Grid.ColumnSpanProperty; 2833this.GetXamlType(typeof(System.Windows.Controls.Grid)), // DeclaringType 2849Type type = typeof(System.Windows.Controls.Grid); 2850DependencyProperty dp = System.Windows.Controls.Grid.RowProperty; 2852this.GetXamlType(typeof(System.Windows.Controls.Grid)), // DeclaringType 2868Type type = typeof(System.Windows.Controls.Grid); 2869DependencyProperty dp = System.Windows.Controls.Grid.RowSpanProperty; 2871this.GetXamlType(typeof(System.Windows.Controls.Grid)), // DeclaringType 4931Type type = typeof(System.Windows.Controls.Grid); 4933this.GetXamlType(typeof(System.Windows.Controls.Grid)), // DeclaringType 4940GetDelegate = delegate (object target) { return ((System.Windows.Controls.Grid)target).Children; }, 6864Type type = typeof(System.Windows.Controls.Grid); 6866this.GetXamlType(typeof(System.Windows.Controls.Grid)), // DeclaringType 6873GetDelegate = delegate (object target) { return ((System.Windows.Controls.Grid)target).ColumnDefinitions; }, 6883Type type = typeof(System.Windows.Controls.Grid); 6885this.GetXamlType(typeof(System.Windows.Controls.Grid)), // DeclaringType 6892GetDelegate = delegate (object target) { return ((System.Windows.Controls.Grid)target).RowDefinitions; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5316typeof(System.Windows.Controls.Grid),
System\Windows\Markup\KnownTypes.cs (5)
1795return System.Windows.Controls.Grid.ColumnProperty; 1797return System.Windows.Controls.Grid.ColumnSpanProperty; 1799return System.Windows.Controls.Grid.RowProperty; 1801return System.Windows.Controls.Grid.RowSpanProperty; 5801case KnownElements.Grid: t = typeof(System.Windows.Controls.Grid); break;
PresentationUI (9)
artifacts\obj\PresentationUI\x86\Debug\net10.0\InstallationError.g.cs (2)
42internal System.Windows.Controls.Grid RedWarning; 134this.RedWarning = ((System.Windows.Controls.Grid)(target));
artifacts\obj\PresentationUI\x86\Debug\net10.0\MS\Internal\Documents\FindToolBar.g.cs (2)
66internal System.Windows.Controls.Grid FindTextBoxGrid; 199this.FindTextBoxGrid = ((System.Windows.Controls.Grid)(target));
artifacts\obj\PresentationUI\x86\Debug\net10.0\TenFeetInstallationError.g.cs (2)
42internal System.Windows.Controls.Grid Grid_2; 142this.Grid_2 = ((System.Windows.Controls.Grid)(target));
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
676private Grid ToolBar 683_toolBar = GetTemplateChild(_toolBarName) as Grid; 2208private Grid _toolBar;
Roslyn.VisualStudio.DiagnosticsWindow (4)
PerfMargin\PerfMarginPanel.cs (4)
24private readonly Grid _mainGrid; 45Grid.SetRow(_mainListView, 0); 104Grid.SetColumn(label, 1); 152Grid.SetColumn(_detailsListView, 1);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
47[TemplatePart(Name = Ribbon.QatHostTemplateName, Type = typeof(Grid))]
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
43[TemplatePart(Name = RibbonGroup.PopupGridTemplatePartName, Type = typeof(Grid))] 142Grid popupGrid = this.GetTemplateChild(PopupGridTemplatePartName) as Grid;
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (2)
158SetValue(Grid.IsSharedSizeScopeProperty, true); 159ClearValue(Grid.IsSharedSizeScopeProperty);