5 references to HasNoTextContent
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
779
paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.
HasNoTextContent
((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph
788
paragraphOrBlockUIContainerToDelete is Paragraph && Paragraph.
HasNoTextContent
((Paragraph)paragraphOrBlockUIContainerToDelete) || // empty paragraph
src\Framework\System\Windows\Documents\TextRange.cs (1)
1592
if (Paragraph.
HasNoTextContent
(paragraph))
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1526
else if (second is Paragraph && Paragraph.
HasNoTextContent
((Paragraph) second))
1540
else if (second is Paragraph && Paragraph.
HasNoTextContent
((Paragraph) first))