18 references to RowProperty
PresentationFramework (18)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
142int childRow = (int)child.GetValue(Grid.RowProperty); 386int childRow = (int)child.GetValue(Grid.RowProperty); 628int childRow = (int)child.GetValue(Grid.RowProperty);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (3)
696Debug.Assert((int)owningButton.GetValue(Grid.RowProperty) > 0); 699return (int)owningButton.GetValue(Grid.RowProperty) - 1; 703return (int)owningButton.GetValue(Grid.RowProperty);
System\Windows\Controls\Grid.cs (2)
163element.SetValue(RowProperty, value); 176return ((int)element.GetValue(RowProperty));
System\Windows\Controls\GridSplitter.cs (1)
528splitterIndex = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnProperty : Grid.RowProperty);
System\Windows\Controls\Primitives\CalendarItem.cs (3)
960titleCell.SetValue(Grid.RowProperty, 0); 972dayCell.SetValue(Grid.RowProperty, i); 998monthCell.SetValue(Grid.RowProperty, i);
System\Windows\Controls\ScrollViewer.cs (4)
2711content.SetValue(Grid.RowProperty, 0); 2719hsb.SetValue(Grid.RowProperty, 1); 2729vsb.SetValue(Grid.RowProperty, 0); 2739corner.SetValue(Grid.RowProperty, 1);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2763DependencyProperty dp = System.Windows.Controls.Grid.RowProperty;
System\Windows\Markup\KnownTypes.cs (1)
1806return System.Windows.Controls.Grid.RowProperty;