14 references to ColumnProperty
PresentationFramework (14)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
381int childColumn = (int)child.GetValue(Grid.ColumnProperty);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
638return (int)owningButton.GetValue(Grid.ColumnProperty);
System\Windows\Controls\Grid.cs (2)
129element.SetValue(ColumnProperty, value); 142return ((int)element.GetValue(ColumnProperty));
System\Windows\Controls\GridSplitter.cs (1)
522splitterIndex = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnProperty : Grid.RowProperty);
System\Windows\Controls\Primitives\CalendarItem.cs (3)
956titleCell.SetValue(Grid.ColumnProperty, i); 968dayCell.SetValue(Grid.ColumnProperty, j); 994monthCell.SetValue(Grid.ColumnProperty, j);
System\Windows\Controls\ScrollViewer.cs (4)
2702content.SetValue(Grid.ColumnProperty, 0); 2710hsb.SetValue(Grid.ColumnProperty, 0); 2720vsb.SetValue(Grid.ColumnProperty, 1); 2730corner.SetValue(Grid.ColumnProperty, 1);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2727DependencyProperty dp = System.Windows.Controls.Grid.ColumnProperty;
System\Windows\Markup\KnownTypes.cs (1)
1802return System.Windows.Controls.Grid.ColumnProperty;