2 types derived from Grid
PresentationFramework (1)
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (1)
15
public class SelectiveScrollingGrid :
Grid
PresentationUI (1)
artifacts\obj\PresentationUI\x86\Debug\net10.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)
81
Grid grid = new
Grid
();
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
381
embeddedObject = new
Grid
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4891
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)
37
private
Grid
OwningGrid
136
int childRow = (int)child.GetValue(
Grid
.RowProperty);
380
int childRow = (int)child.GetValue(
Grid
.RowProperty);
381
int childColumn = (int)child.GetValue(
Grid
.ColumnProperty);
622
int childRow = (int)child.GetValue(
Grid
.RowProperty);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (6)
638
return (int)owningButton.GetValue(
Grid
.ColumnProperty);
657
return (int)owningButton.GetValue(
Grid
.ColumnSpanProperty);
689
Debug.Assert((int)owningButton.GetValue(
Grid
.RowProperty) > 0);
692
return (int)owningButton.GetValue(
Grid
.RowProperty) - 1;
696
return (int)owningButton.GetValue(
Grid
.RowProperty);
718
return (int)owningButton.GetValue(
Grid
.RowSpanProperty);
System\Windows\Controls\BorderGapMaskConverter.cs (9)
81
Grid
grid = new Grid();
107
Grid
.SetRowSpan(rectColumn1, 2);
108
Grid
.SetRow(rectColumn1, 0);
109
Grid
.SetColumn(rectColumn1, 0);
111
Grid
.SetRow(rectColumn2, 1);
112
Grid
.SetColumn(rectColumn2, 1);
114
Grid
.SetRowSpan(rectColumn3, 2);
115
Grid
.SetRow(rectColumn3, 0);
116
Grid
.SetColumn(rectColumn3, 2);
System\Windows\Controls\ColumnDefinition.cs (3)
57
internal ColumnDefinitionCollection(
Grid
owner)
724
private readonly
Grid
_owner; // owner of the collection
971
value = ((
Grid
)base.Parent).GetFinalColumnDefinitionWidth(base.Index);
System\Windows\Controls\DatePicker.cs (1)
22
[TemplatePart(Name = DatePicker.ElementRoot, Type = typeof(
Grid
))]
System\Windows\Controls\DefinitionBase.cs (16)
110
internal void OnBeforeLayout(
Grid
grid)
156
Grid
parentGrid = (
Grid
) definition.Parent;
193
Grid
parentGrid = (
Grid
) definition.Parent;
222
Grid
parentGrid = (
Grid
) definition.Parent;
327
internal
Grid
.LayoutTimeSizeType SizeType
353
if ( _sizeType !=
Grid
.LayoutTimeSizeType.Auto
666
private
Grid
.LayoutTimeSizeType _sizeType; // layout-time user size type. it may differ from _userSizeValueCache.UnitType when calculating "to-content"
791
Grid
parentGrid = (
Grid
)(_registry[i].Parent);
930
Grid
parentGrid = (
Grid
)definitionBase.Parent;
938
Grid
parentGrid = (
Grid
)definitionBase.Parent;
System\Windows\Controls\Grid.cs (13)
2960
Grid
grid = (
Grid
)d;
2980
Grid
grid = VisualTreeHelper.GetParent(child) as
Grid
;
3378
typeof(
Grid
),
3399
typeof(
Grid
),
3421
typeof(
Grid
),
3442
typeof(
Grid
),
3463
typeof(
Grid
),
3477
typeof(
Grid
),
3874
internal GridChildrenCollectionEnumeratorSimple(
Grid
grid, bool includeChildren)
3992
Grid
grid = VisualTreeHelper.GetParent(this) as
Grid
;
System\Windows\Controls\GridSplitter.cs (10)
487
Grid
grid = Parent as
Grid
;
518
int gridSpan = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ?
Grid
.ColumnSpanProperty :
Grid
.RowSpanProperty);
522
splitterIndex = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ?
Grid
.ColumnProperty :
Grid
.RowProperty);
731
Grid
grid = Parent as
Grid
;
761
private static DefinitionBase GetGridDefinition(
Grid
grid, int index, GridResizeDirection direction)
992
public
Grid
Grid;
System\Windows\Controls\Primitives\CalendarItem.cs (14)
17
[TemplatePart(Name = CalendarItem.ElementMonthView, Type = typeof(
Grid
))]
18
[TemplatePart(Name = CalendarItem.ElementYearView, Type = typeof(
Grid
))]
48
private
Grid
_monthView;
51
private
Grid
_yearView;
76
internal
Grid
MonthView
87
internal
Grid
YearView
166
_monthView = GetTemplateChild(ElementMonthView) as
Grid
;
167
_yearView = GetTemplateChild(ElementYearView) as
Grid
;
955
titleCell.SetValue(
Grid
.RowProperty, 0);
956
titleCell.SetValue(
Grid
.ColumnProperty, i);
967
dayCell.SetValue(
Grid
.RowProperty, i);
968
dayCell.SetValue(
Grid
.ColumnProperty, j);
993
monthCell.SetValue(
Grid
.RowProperty, i);
994
monthCell.SetValue(
Grid
.ColumnProperty, j);
System\Windows\Controls\RowDefinition.cs (3)
57
internal RowDefinitionCollection(
Grid
owner)
724
private readonly
Grid
_owner; // owner of the collection
971
value = ((
Grid
)base.Parent).GetFinalRowDefinitionHeight(base.Index);
System\Windows\Controls\ScrollViewer.cs (10)
2668
FrameworkElementFactory grid = new FrameworkElementFactory(typeof(
Grid
), "Grid");
2687
grid.SetValue(
Grid
.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty));
2702
content.SetValue(
Grid
.ColumnProperty, 0);
2703
content.SetValue(
Grid
.RowProperty, 0);
2710
hsb.SetValue(
Grid
.ColumnProperty, 0);
2711
hsb.SetValue(
Grid
.RowProperty, 1);
2720
vsb.SetValue(
Grid
.ColumnProperty, 1);
2721
vsb.SetValue(
Grid
.RowProperty, 0);
2730
corner.SetValue(
Grid
.ColumnProperty, 1);
2731
corner.SetValue(
Grid
.RowProperty, 1);
System\Windows\FrameworkElementFactory.cs (2)
881
Grid
parentGrid;
886
&& (parentGrid = parent as
Grid
) != null
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
348
case 254: t = () => typeof(
Grid
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (21)
2726
Type type = typeof(System.Windows.Controls.
Grid
);
2727
DependencyProperty dp = System.Windows.Controls.
Grid
.ColumnProperty;
2729
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
2743
Type type = typeof(System.Windows.Controls.
Grid
);
2744
DependencyProperty dp = System.Windows.Controls.
Grid
.ColumnSpanProperty;
2746
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
2760
Type type = typeof(System.Windows.Controls.
Grid
);
2761
DependencyProperty dp = System.Windows.Controls.
Grid
.RowProperty;
2763
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
2777
Type type = typeof(System.Windows.Controls.
Grid
);
2778
DependencyProperty dp = System.Windows.Controls.
Grid
.RowSpanProperty;
2780
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
4656
Type type = typeof(System.Windows.Controls.
Grid
);
4658
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
4664
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
Grid
)target).Children; };
6395
Type type = typeof(System.Windows.Controls.
Grid
);
6397
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
6403
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
Grid
)target).ColumnDefinitions; };
6412
Type type = typeof(System.Windows.Controls.
Grid
);
6414
this.GetXamlType(typeof(System.Windows.Controls.
Grid
)), // DeclaringType
6420
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
Grid
)target).RowDefinitions; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4889
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\x86\Debug\net10.0\InstallationError.g.cs (2)
42
internal System.Windows.Controls.
Grid
RedWarning;
134
this.RedWarning = ((System.Windows.Controls.
Grid
)(target));
artifacts\obj\PresentationUI\x86\Debug\net10.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\x86\Debug\net10.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)
684
private
Grid
ToolBar
691
_toolBar = GetTemplateChild(_toolBarName) as
Grid
;
2209
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)
48
[TemplatePart(Name = Ribbon.QatHostTemplateName, Type = typeof(
Grid
))]
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
44
[TemplatePart(Name = RibbonGroup.PopupGridTemplatePartName, Type = typeof(
Grid
))]
143
Grid
popupGrid = this.GetTemplateChild(PopupGridTemplatePartName) as
Grid
;
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (2)
157
SetValue(
Grid
.IsSharedSizeScopeProperty, true);
158
ClearValue(
Grid
.IsSharedSizeScopeProperty);