3 references to IsWhiteSpace
PresentationFramework (3)
System\Windows\Documents\FixedSOMGroup.cs (1)
125
if (block == null || (!block.IsFloatingImage && !block.
IsWhiteSpace
))
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
611
if ( (fixedBlock.
IsWhiteSpace
|| textRun.IsWhiteSpace) &&
System\Windows\Documents\FixedSOMTableCell.cs (1)
117
if (block != null && !block.
IsWhiteSpace
)