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