8 references to IsParagraphProperty
PresentationFramework (8)
System\windows\Documents\TextEditorCharacters.cs (1)
91
if (!TextSchema.
IsParagraphProperty
(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRange.cs (3)
792
!TextSchema.
IsParagraphProperty
(formattingProperty))
861
!TextSchema.
IsParagraphProperty
(formattingProperty))
1655
else if (TextSchema.
IsParagraphProperty
(formattingProperty))
System\Windows\Documents\TextRangeBase.cs (1)
384
Invariant.Assert(TextSchema.
IsParagraphProperty
(formattingProperty), "The property is expected to be one of either character or paragraph formatting one");
System\Windows\Documents\TextRangeSerialization.cs (2)
1575
TextSchema.
IsParagraphProperty
(property))
1592
else if (TextSchema.
IsParagraphProperty
(property))
System\windows\Documents\TextSelection.cs (1)
1275
if (!TextSchema.
IsParagraphProperty
(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))