3 references to CanDelayPlacementProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Figure.cs (2)
178
get { return (bool)GetValue(
CanDelayPlacementProperty
); }
179
set { SetValue(
CanDelayPlacementProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1117
Figure.
CanDelayPlacementProperty
,