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