3 references to IsWhiteSpace
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
136
if (block == null || (!block.IsFloatingImage && !block.
IsWhiteSpace
))
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
626
if ( (fixedBlock.
IsWhiteSpace
|| textRun.IsWhiteSpace) &&
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
126
if (block != null && !block.
IsWhiteSpace
)