18 references to RowProperty
PresentationFramework (18)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
136
int childRow = (int)child.GetValue(Grid.
RowProperty
);
370
int childRow = (int)child.GetValue(Grid.
RowProperty
);
611
int childRow = (int)child.GetValue(Grid.
RowProperty
);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (3)
689
Debug.Assert((int)owningButton.GetValue(Grid.
RowProperty
) > 0);
692
return (int)owningButton.GetValue(Grid.
RowProperty
) - 1;
696
return (int)owningButton.GetValue(Grid.
RowProperty
);
System\Windows\Controls\Grid.cs (2)
152
element.SetValue(
RowProperty
, value);
165
return ((int)element.GetValue(
RowProperty
));
System\Windows\Controls\GridSplitter.cs (1)
528
splitterIndex = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnProperty : Grid.
RowProperty
);
System\Windows\Controls\Primitives\CalendarItem.cs (3)
946
titleCell.SetValue(Grid.
RowProperty
, 0);
959
dayCell.SetValue(Grid.
RowProperty
, i);
986
monthCell.SetValue(Grid.
RowProperty
, i);
System\Windows\Controls\ScrollViewer.cs (4)
2705
content.SetValue(Grid.
RowProperty
, 0);
2713
hsb.SetValue(Grid.
RowProperty
, 1);
2723
vsb.SetValue(Grid.
RowProperty
, 0);
2733
corner.SetValue(Grid.
RowProperty
, 1);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2851
DependencyProperty dp = System.Windows.Controls.Grid.
RowProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1800
return System.Windows.Controls.Grid.
RowProperty
;