14 references to ColumnProperty
PresentationFramework (14)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
387
int childColumn = (int)child.GetValue(Grid.
ColumnProperty
);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
645
return (int)owningButton.GetValue(Grid.
ColumnProperty
);
System\Windows\Controls\Grid.cs (2)
138
element.SetValue(
ColumnProperty
, value);
151
return ((int)element.GetValue(
ColumnProperty
));
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)
961
titleCell.SetValue(Grid.
ColumnProperty
, i);
973
dayCell.SetValue(Grid.
ColumnProperty
, j);
999
monthCell.SetValue(Grid.
ColumnProperty
, j);
System\Windows\Controls\ScrollViewer.cs (4)
2710
content.SetValue(Grid.
ColumnProperty
, 0);
2718
hsb.SetValue(Grid.
ColumnProperty
, 0);
2728
vsb.SetValue(Grid.
ColumnProperty
, 1);
2738
corner.SetValue(Grid.
ColumnProperty
, 1);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2729
DependencyProperty dp = System.Windows.Controls.Grid.
ColumnProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1802
return System.Windows.Controls.Grid.
ColumnProperty
;