18 references to RowProperty
PresentationFramework (18)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
135int childRow = (int)child.GetValue(Grid.RowProperty); 369int childRow = (int)child.GetValue(Grid.RowProperty); 610int childRow = (int)child.GetValue(Grid.RowProperty);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (3)
688Debug.Assert((int)owningButton.GetValue(Grid.RowProperty) > 0); 691return (int)owningButton.GetValue(Grid.RowProperty) - 1; 695return (int)owningButton.GetValue(Grid.RowProperty);
System\Windows\Controls\Grid.cs (2)
151element.SetValue(RowProperty, value); 164return ((int)element.GetValue(RowProperty));
System\Windows\Controls\GridSplitter.cs (1)
527splitterIndex = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnProperty : Grid.RowProperty);
System\Windows\Controls\Primitives\CalendarItem.cs (3)
945titleCell.SetValue(Grid.RowProperty, 0); 958dayCell.SetValue(Grid.RowProperty, i); 985monthCell.SetValue(Grid.RowProperty, i);
System\Windows\Controls\ScrollViewer.cs (4)
2704content.SetValue(Grid.RowProperty, 0); 2712hsb.SetValue(Grid.RowProperty, 1); 2722vsb.SetValue(Grid.RowProperty, 0); 2732corner.SetValue(Grid.RowProperty, 1);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2850DependencyProperty dp = System.Windows.Controls.Grid.RowProperty;
System\Windows\Markup\KnownTypes.cs (1)
1799return System.Windows.Controls.Grid.RowProperty;