4 references to IsParagraphOrBlockUIContainer
PresentationFramework (4)
System\windows\Documents\TextEditorTyping.cs (2)
811
if (TextSchema.
IsParagraphOrBlockUIContainer
(parentType))
855
TextSchema.
IsParagraphOrBlockUIContainer
(navigator.ParentType)))
System\Windows\Documents\TextPointerBase.cs (1)
740
if (TextSchema.
IsParagraphOrBlockUIContainer
(pointer.ParentType))
System\Windows\Documents\TextRangeEdit.cs (1)
789
if (TextSchema.
IsParagraphOrBlockUIContainer
(block.GetType()))