4 references to IsParagraphOrBlockUIContainer
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
847
if (TextSchema.
IsParagraphOrBlockUIContainer
(parentType))
891
TextSchema.
IsParagraphOrBlockUIContainer
(navigator.ParentType)))
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
748
if (TextSchema.
IsParagraphOrBlockUIContainer
(pointer.ParentType))
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
794
if (TextSchema.
IsParagraphOrBlockUIContainer
(block.GetType()))