3 references to WidthProperty
PresentationFramework (3)
System\Windows\Documents\Figure.cs (2)
219
get { return (FigureLength)GetValue(
WidthProperty
); }
220
set { SetValue(
WidthProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
1111
Figure.
WidthProperty
,