8 references to IsParagraphProperty
PresentationFramework (8)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
93
if (!TextSchema.
IsParagraphProperty
(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))
src\Framework\System\Windows\Documents\TextRange.cs (3)
785
!TextSchema.
IsParagraphProperty
(formattingProperty))
857
!TextSchema.
IsParagraphProperty
(formattingProperty))
1652
else if (TextSchema.
IsParagraphProperty
(formattingProperty))
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
395
Invariant.Assert(TextSchema.
IsParagraphProperty
(formattingProperty), "The property is expected to be one of either character or paragraph formatting one");
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
1595
TextSchema.
IsParagraphProperty
(property))
1612
else if (TextSchema.
IsParagraphProperty
(property))
src\Framework\System\windows\Documents\TextSelection.cs (1)
1278
if (!TextSchema.
IsParagraphProperty
(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))