6 references to ColumnSpanProperty
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
640return (int)owningButton.GetValue(Grid.ColumnSpanProperty);
src\Framework\System\Windows\Controls\Grid.cs (2)
234element.SetValue(ColumnSpanProperty, value); 250return ((int)element.GetValue(ColumnSpanProperty));
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
526int gridSpan = (int)GetValue(_resizeData.ResizeDirection == GridResizeDirection.Columns ? Grid.ColumnSpanProperty : Grid.RowSpanProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2738DependencyProperty dp = System.Windows.Controls.Grid.ColumnSpanProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1805return System.Windows.Controls.Grid.ColumnSpanProperty;