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