4 references to IsParagraphOrBlockUIContainer
PresentationFramework (4)
System\windows\Documents\TextEditorTyping.cs (2)
821if (TextSchema.IsParagraphOrBlockUIContainer(parentType)) 865TextSchema.IsParagraphOrBlockUIContainer(navigator.ParentType)))
System\Windows\Documents\TextPointerBase.cs (1)
741if (TextSchema.IsParagraphOrBlockUIContainer(pointer.ParentType))
System\Windows\Documents\TextRangeEdit.cs (1)
790if (TextSchema.IsParagraphOrBlockUIContainer(block.GetType()))