3 references to WidthProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Floater.cs (2)
116
get { return (double)GetValue(
WidthProperty
); }
117
set { SetValue(
WidthProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1097
Floater.
WidthProperty
,