3 references to CanDelayPlacementProperty
PresentationFramework (3)
System\Windows\Documents\Figure.cs (2)
176
get { return (bool)GetValue(
CanDelayPlacementProperty
); }
177
set { SetValue(
CanDelayPlacementProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
1114
Figure.
CanDelayPlacementProperty
,