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