4 references to IsFloatingImage
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
136
if (block == null || (!block.
IsFloatingImage
&& !block.IsWhiteSpace))
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
594
if (fixedBlock.
IsFloatingImage
)
903
if (box1 == null || box1.
IsFloatingImage
)
911
if (box2 != null && !box2.
IsFloatingImage
&&