3 references to WidthProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableColumn.cs (2)
75get { return (GridLength) GetValue(WidthProperty); } 76set { SetValue(WidthProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1057TableColumn.WidthProperty,