5 references to HasNoTextContent
PresentationFramework (5)
System\windows\Documents\TextEditorTyping.cs (2)
743
paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.
HasNoTextContent
((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph
752
paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.
HasNoTextContent
((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph
System\Windows\Documents\TextRange.cs (1)
1583
if (Paragraph.
HasNoTextContent
(paragraph))
System\Windows\Documents\TextRangeEdit.cs (2)
1521
else if (second is Paragraph && Paragraph.
HasNoTextContent
((Paragraph) second))
1535
else if (second is Paragraph && Paragraph.
HasNoTextContent
((Paragraph) first))