5 references to HasNoTextContent
PresentationFramework (5)
System\windows\Documents\TextEditorTyping.cs (2)
762paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.HasNoTextContent((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph 771paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.HasNoTextContent((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph
System\Windows\Documents\TextRange.cs (1)
1595if (Paragraph.HasNoTextContent(paragraph))
System\Windows\Documents\TextRangeEdit.cs (2)
1524else if (second is Paragraph && Paragraph.HasNoTextContent((Paragraph) second)) 1538else if (second is Paragraph && Paragraph.HasNoTextContent((Paragraph) first))