5 references to HasNoTextContent
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
779paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.HasNoTextContent((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph 788paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.HasNoTextContent((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph
src\Framework\System\Windows\Documents\TextRange.cs (1)
1592if (Paragraph.HasNoTextContent(paragraph))
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1526else if (second is Paragraph && Paragraph.HasNoTextContent((Paragraph) second)) 1540else if (second is Paragraph && Paragraph.HasNoTextContent((Paragraph) first))