3 references to ColumnWidthProperty
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\ColumnPropertiesGroup.cs (1)
36_columnWidth = (double)o.GetValue(FlowDocument.ColumnWidthProperty);
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
422get { return (double)GetValue(ColumnWidthProperty); } 423set { SetValue(ColumnWidthProperty, value); }