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