8 references to IsParagraphProperty
PresentationFramework (8)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
93if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))
src\Framework\System\Windows\Documents\TextRange.cs (3)
785!TextSchema.IsParagraphProperty(formattingProperty)) 857!TextSchema.IsParagraphProperty(formattingProperty)) 1652else if (TextSchema.IsParagraphProperty(formattingProperty))
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
395Invariant.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)
1595TextSchema.IsParagraphProperty(property)) 1612else if (TextSchema.IsParagraphProperty(property))
src\Framework\System\windows\Documents\TextSelection.cs (1)
1278if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))