3 references to HeightProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Figure.cs (2)
242
get { return (FigureLength)GetValue(
HeightProperty
); }
243
set { SetValue(
HeightProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1120
Figure.
HeightProperty
,