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