2 types derived from Grid
PresentationFramework (1)
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (1)
18
public class SelectiveScrollingGrid :
Grid
PresentationUI (1)
artifacts\obj\PresentationUI\Debug\net9.0\InstallationError.g.cs (1)
37
internal partial class InstallationErrorPage : System.Windows.Controls.
Grid
, System.Windows.Markup.IComponentConnector {
9 instantiations of Grid
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Preview\MockPreviewPaneService.cs (1)
37
return new
Grid
();
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
168
var grid = new
Grid
();
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
112
var toolWindowGrid = new
Grid
();
117
var toolbarGrid = new
Grid
();
PresentationFramework (4)
System\Windows\Controls\BorderGapMaskConverter.cs (1)
82
Grid grid = new
Grid
();
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
383
embeddedObject = new
Grid
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4893
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
Grid
(); };
System\Windows\Markup\KnownTypes.cs (1)
1304
case KnownElements.Grid: o = new System.Windows.Controls.
Grid
(); break;
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\PerfMarginPanel.cs (1)
37
_mainGrid = new
Grid
();
183 references to Grid
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (2)
70
internal System.Windows.Controls.
Grid
IdentifierAndExpandButtonGrid;
179
this.IdentifierAndExpandButtonGrid = ((System.Windows.Controls.
Grid
)(target));
Microsoft.VisualStudio.LanguageServices (32)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\AddParameterDialog.g.cs (4)
53
internal System.Windows.Controls.
Grid
ContentGrid;
61
internal System.Windows.Controls.
Grid
Table;
229
this.ContentGrid = ((System.Windows.Controls.
Grid
)(target));
232
this.Table = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\ChangeSignatureDialog.g.cs (2)
53
internal System.Windows.Controls.
Grid
ContentGrid;
301
this.ContentGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\DocumentOutline\DocumentOutlineView.g.cs (2)
64
internal System.Windows.Controls.
Grid
SearchHost;
122
this.SearchHost = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Analyzers\View\SeverityControl.g.cs (2)
44
internal System.Windows.Controls.
Grid
RootGrid;
89
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleSeverityControl.g.cs (2)
44
internal System.Windows.Controls.
Grid
RootGrid;
89
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleValueControl.g.cs (2)
44
internal System.Windows.Controls.
Grid
RootGrid;
89
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Common\EnumPropertyView.g.cs (2)
44
internal System.Windows.Controls.
Grid
RootGrid;
89
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesLocationControl.g.cs (2)
44
internal System.Windows.Controls.
Grid
RootGrid;
89
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesSeverityControl.g.cs (2)
44
internal System.Windows.Controls.
Grid
RootGrid;
89
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesStyleControl.g.cs (2)
44
internal System.Windows.Controls.
Grid
RootGrid;
89
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesTypeControl.g.cs (2)
44
internal System.Windows.Controls.
Grid
RootGrid;
89
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\SettingsEditorControl.g.cs (2)
100
internal System.Windows.Controls.
Grid
SettingDisplayArea;
196
this.SettingDisplayArea = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\MoveToNamespace\MoveToNamespaceDialog.g.cs (2)
53
internal System.Windows.Controls.
Grid
Root;
141
this.Root = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ValueTracking\ValueTrackingRoot.g.cs (2)
45
internal System.Windows.Controls.
Grid
RootGrid;
90
this.RootGrid = ((System.Windows.Controls.
Grid
)(target));
PreviewPane\PreviewPane.xaml.cs (2)
168
var
grid = new Grid();
191
Grid
.SetRow(previewElement, grid.RowDefinitions.Count - 1);
Microsoft.VisualStudio.LanguageServices.CSharp (10)
SemanticSearch\SemanticSearchToolWindowImpl.cs (10)
112
var
toolWindowGrid = new Grid();
117
var
toolbarGrid = new Grid();
152
Grid
.SetRow(textViewControl, 1);
153
Grid
.SetColumn(textViewControl, 0);
155
Grid
.SetRow(toolbarGrid, 0);
156
Grid
.SetColumn(toolbarGrid, 0);
160
Grid
.SetRow(executeButton, 0);
161
Grid
.SetColumn(executeButton, 0);
163
Grid
.SetRow(cancelButton, 0);
164
Grid
.SetColumn(cancelButton, 1);
PresentationFramework (120)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (5)
43
private
Grid
OwningGrid
142
int childRow = (int)child.GetValue(
Grid
.RowProperty);
386
int childRow = (int)child.GetValue(
Grid
.RowProperty);
387
int childColumn = (int)child.GetValue(
Grid
.ColumnProperty);
628
int childRow = (int)child.GetValue(
Grid
.RowProperty);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (6)
645
return (int)owningButton.GetValue(
Grid
.ColumnProperty);
664
return (int)owningButton.GetValue(
Grid
.ColumnSpanProperty);
696
Debug.Assert((int)owningButton.GetValue(
Grid
.RowProperty) > 0);
699
return (int)owningButton.GetValue(
Grid
.RowProperty) - 1;
703
return (int)owningButton.GetValue(
Grid
.RowProperty);
725
return (int)owningButton.GetValue(
Grid
.RowSpanProperty);
System\Windows\Controls\BorderGapMaskConverter.cs (9)
82
Grid
grid = new Grid();
108
Grid
.SetRowSpan(rectColumn1, 2);
109
Grid
.SetRow(rectColumn1, 0);
110
Grid
.SetColumn(rectColumn1, 0);
112
Grid
.SetRow(rectColumn2, 1);
113
Grid
.SetColumn(rectColumn2, 1);
115
Grid
.SetRowSpan(rectColumn3, 2);
116
Grid
.SetRow(rectColumn3, 0);
117
Grid
.SetColumn(rectColumn3, 2);
System\Windows\Controls\ColumnDefinition.cs (3)
67
internal ColumnDefinitionCollection(
Grid
owner)
734
private readonly
Grid
_owner; // owner of the collection
981
value = ((
Grid
)base.Parent).GetFinalColumnDefinitionWidth(base.Index);
System\Windows\Controls\DatePicker.cs (1)
26
[TemplatePart(Name = DatePicker.ElementRoot, Type = typeof(
Grid
))]
System\Windows\Controls\DefinitionBase.cs (16)
117
internal void OnBeforeLayout(
Grid
grid)
163
Grid
parentGrid = (
Grid
) definition.Parent;
200
Grid
parentGrid = (
Grid
) definition.Parent;
229
Grid
parentGrid = (
Grid
) definition.Parent;
334
internal
Grid
.LayoutTimeSizeType SizeType
360
if ( _sizeType !=
Grid
.LayoutTimeSizeType.Auto
673
private
Grid
.LayoutTimeSizeType _sizeType; // layout-time user size type. it may differ from _userSizeValueCache.UnitType when calculating "to-content"
798
Grid
parentGrid = (
Grid
)(_registry[i].Parent);
937
Grid
parentGrid = (
Grid
)definitionBase.Parent;
945
Grid
parentGrid = (
Grid
)definitionBase.Parent;
System\Windows\Controls\Grid.cs (13)
2969
Grid
grid = (
Grid
)d;
2989
Grid
grid = VisualTreeHelper.GetParent(child) as
Grid
;
3387
typeof(
Grid
),
3408
typeof(
Grid
),
3430
typeof(
Grid
),
3451
typeof(
Grid
),
3472
typeof(
Grid
),
3486
typeof(
Grid
),
3883
internal GridChildrenCollectionEnumeratorSimple(
Grid
grid, bool includeChildren)
4001
Grid
grid = VisualTreeHelper.GetParent(this) as
Grid
;
System\Windows\Controls\GridSplitter.cs (10)
493
Grid
grid = Parent as
Grid
;
524
int gridSpan = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ?
Grid
.ColumnSpanProperty :
Grid
.RowSpanProperty);
528
splitterIndex = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ?
Grid
.ColumnProperty :
Grid
.RowProperty);
737
Grid
grid = Parent as
Grid
;
767
private static DefinitionBase GetGridDefinition(
Grid
grid, int index, GridResizeDirection direction)
998
public
Grid
Grid;
System\Windows\Controls\Primitives\CalendarItem.cs (14)
22
[TemplatePart(Name = CalendarItem.ElementMonthView, Type = typeof(
Grid
))]
23
[TemplatePart(Name = CalendarItem.ElementYearView, Type = typeof(
Grid
))]
53
private
Grid
_monthView;
56
private
Grid
_yearView;
81
internal
Grid
MonthView
92
internal
Grid
YearView
171
_monthView = GetTemplateChild(ElementMonthView) as
Grid
;
172
_yearView = GetTemplateChild(ElementYearView) as
Grid
;
960
titleCell.SetValue(
Grid
.RowProperty, 0);
961
titleCell.SetValue(
Grid
.ColumnProperty, i);
972
dayCell.SetValue(
Grid
.RowProperty, i);
973
dayCell.SetValue(
Grid
.ColumnProperty, j);
998
monthCell.SetValue(
Grid
.RowProperty, i);
999
monthCell.SetValue(
Grid
.ColumnProperty, j);
System\Windows\Controls\RowDefinition.cs (3)
67
internal RowDefinitionCollection(
Grid
owner)
734
private readonly
Grid
_owner; // owner of the collection
981
value = ((
Grid
)base.Parent).GetFinalRowDefinitionHeight(base.Index);
System\Windows\Controls\ScrollViewer.cs (10)
2676
FrameworkElementFactory grid = new FrameworkElementFactory(typeof(
Grid
), "Grid");
2695
grid.SetValue(
Grid
.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty));
2710
content.SetValue(
Grid
.ColumnProperty, 0);
2711
content.SetValue(
Grid
.RowProperty, 0);
2718
hsb.SetValue(
Grid
.ColumnProperty, 0);
2719
hsb.SetValue(
Grid
.RowProperty, 1);
2728
vsb.SetValue(
Grid
.ColumnProperty, 1);
2729
vsb.SetValue(
Grid
.RowProperty, 0);
2738
corner.SetValue(
Grid
.ColumnProperty, 1);
2739
corner.SetValue(
Grid
.RowProperty, 1);
System\Windows\FrameworkElementFactory.cs (2)
889
Grid
parentGrid;
894
&& (parentGrid = parent as
Grid
) != null
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
350
case 254: t = () => typeof(
Grid
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (21)
2728
Type type = typeof(System.Windows.Controls.
Grid
);
2729
DependencyProperty dp = System.Windows.Controls.
Grid
.ColumnProperty;
2731
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
2745
Type type = typeof(System.Windows.Controls.
Grid
);
2746
DependencyProperty dp = System.Windows.Controls.
Grid
.ColumnSpanProperty;
2748
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
2762
Type type = typeof(System.Windows.Controls.
Grid
);
2763
DependencyProperty dp = System.Windows.Controls.
Grid
.RowProperty;
2765
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
2779
Type type = typeof(System.Windows.Controls.
Grid
);
2780
DependencyProperty dp = System.Windows.Controls.
Grid
.RowSpanProperty;
2782
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
4658
Type type = typeof(System.Windows.Controls.
Grid
);
4660
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
4666
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
Grid
)target).Children; };
6397
Type type = typeof(System.Windows.Controls.
Grid
);
6399
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
6405
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
Grid
)target).ColumnDefinitions; };
6414
Type type = typeof(System.Windows.Controls.
Grid
);
6416
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
6422
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
Grid
)target).RowDefinitions; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4891
typeof(System.Windows.Controls.
Grid
),
System\Windows\Markup\KnownTypes.cs (5)
1802
return System.Windows.Controls.
Grid
.ColumnProperty;
1804
return System.Windows.Controls.
Grid
.ColumnSpanProperty;
1806
return System.Windows.Controls.
Grid
.RowProperty;
1808
return System.Windows.Controls.
Grid
.RowSpanProperty;
5808
case KnownElements.Grid: t = typeof(System.Windows.Controls.
Grid
); break;
PresentationUI (9)
artifacts\obj\PresentationUI\Debug\net9.0\InstallationError.g.cs (2)
42
internal System.Windows.Controls.
Grid
RedWarning;
134
this.RedWarning = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\PresentationUI\Debug\net9.0\MS\Internal\Documents\FindToolBar.g.cs (2)
66
internal System.Windows.Controls.
Grid
FindTextBoxGrid;
199
this.FindTextBoxGrid = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\PresentationUI\Debug\net9.0\TenFeetInstallationError.g.cs (2)
42
internal System.Windows.Controls.
Grid
Grid_2;
142
this.Grid_2 = ((System.Windows.Controls.
Grid
)(target));
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
691
private
Grid
ToolBar
698
_toolBar = GetTemplateChild(_toolBarName) as
Grid
;
2216
private
Grid
_toolBar;
Roslyn.VisualStudio.DiagnosticsWindow (4)
PerfMargin\PerfMarginPanel.cs (4)
24
private readonly
Grid
_mainGrid;
45
Grid
.SetRow(_mainListView, 0);
104
Grid
.SetColumn(label, 1);
152
Grid
.SetColumn(_detailsListView, 1);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
51
[TemplatePart(Name = Ribbon.QatHostTemplateName, Type = typeof(
Grid
))]
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
47
[TemplatePart(Name = RibbonGroup.PopupGridTemplatePartName, Type = typeof(
Grid
))]
146
Grid
popupGrid = this.GetTemplateChild(PopupGridTemplatePartName) as
Grid
;
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (2)
160
SetValue(
Grid
.IsSharedSizeScopeProperty, true);
161
ClearValue(
Grid
.IsSharedSizeScopeProperty);