3 references to WidthProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Figure.cs (2)
221
get { return (FigureLength)GetValue(
WidthProperty
); }
222
set { SetValue(
WidthProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1119
Figure.
WidthProperty
,