3 references to WidthProperty
PresentationFramework (3)
System\Windows\Documents\TableColumn.cs (2)
70get { return (GridLength) GetValue(WidthProperty); } 71set { SetValue(WidthProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1055TableColumn.WidthProperty,