11 references to IsCharacterProperty
PresentationFramework (11)
System\windows\Documents\TextEditorCharacters.cs (1)
75if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRange.cs (3)
782if (!TextSchema.IsCharacterProperty(formattingProperty) && 850if (!TextSchema.IsCharacterProperty(formattingProperty) && 1641else if (TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRangeBase.cs (1)
375if (TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRangeSerialization.cs (2)
1568if (TextSchema.IsCharacterProperty(property) && 1582else if (TextSchema.IsCharacterProperty(property))
System\windows\Documents\TextSelection.cs (4)
170if (this.IsEmpty && TextSchema.IsCharacterProperty(formattingProperty)) 1272if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty)) 1278if (this.IsEmpty && TextSchema.IsCharacterProperty(formattingProperty) && 1561Invariant.Assert(TextSchema.IsCharacterProperty(propertyEntry.Property));