18 references to RowProperty
PresentationFramework (18)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
143
int childRow = (int)child.GetValue(Grid.
RowProperty
);
394
int childRow = (int)child.GetValue(Grid.
RowProperty
);
638
int childRow = (int)child.GetValue(Grid.
RowProperty
);
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (3)
672
Debug.Assert((int)owningButton.GetValue(Grid.
RowProperty
) > 0);
675
return (int)owningButton.GetValue(Grid.
RowProperty
) - 1;
679
return (int)owningButton.GetValue(Grid.
RowProperty
);
src\Framework\System\Windows\Controls\Grid.cs (2)
203
element.SetValue(
RowProperty
, value);
219
return ((int)element.GetValue(
RowProperty
));
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
530
splitterIndex = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnProperty : Grid.
RowProperty
);
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (3)
962
titleCell.SetValue(Grid.
RowProperty
, 0);
974
dayCell.SetValue(Grid.
RowProperty
, i);
1000
monthCell.SetValue(Grid.
RowProperty
, i);
src\Framework\System\Windows\Controls\ScrollViewer.cs (4)
2751
content.SetValue(Grid.
RowProperty
, 0);
2759
hsb.SetValue(Grid.
RowProperty
, 1);
2769
vsb.SetValue(Grid.
RowProperty
, 0);
2779
corner.SetValue(Grid.
RowProperty
, 1);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2755
DependencyProperty dp = System.Windows.Controls.Grid.
RowProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1807
return System.Windows.Controls.Grid.
RowProperty
;