5 references to HasNoTextContent
PresentationFramework (5)
System\windows\Documents\TextEditorTyping.cs (2)
744paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.HasNoTextContent((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph 753paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.HasNoTextContent((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph
System\Windows\Documents\TextRange.cs (1)
1584if (Paragraph.HasNoTextContent(paragraph))
System\Windows\Documents\TextRangeEdit.cs (2)
1522else if (second is Paragraph && Paragraph.HasNoTextContent((Paragraph) second)) 1536else if (second is Paragraph && Paragraph.HasNoTextContent((Paragraph) first))