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