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