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