4 references to IsParagraphOrBlockUIContainer
PresentationFramework (4)
System\windows\Documents\TextEditorTyping.cs (2)
830if (TextSchema.IsParagraphOrBlockUIContainer(parentType)) 874TextSchema.IsParagraphOrBlockUIContainer(navigator.ParentType)))
System\Windows\Documents\TextPointerBase.cs (1)
746if (TextSchema.IsParagraphOrBlockUIContainer(pointer.ParentType))
System\Windows\Documents\TextRangeEdit.cs (1)
792if (TextSchema.IsParagraphOrBlockUIContainer(block.GetType()))