11 references to IsCharacterProperty
PresentationFramework (11)
System\windows\Documents\TextEditorCharacters.cs (1)
74if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRange.cs (3)
781if (!TextSchema.IsCharacterProperty(formattingProperty) && 849if (!TextSchema.IsCharacterProperty(formattingProperty) && 1640else if (TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRangeBase.cs (1)
374if (TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRangeSerialization.cs (2)
1567if (TextSchema.IsCharacterProperty(property) && 1581else if (TextSchema.IsCharacterProperty(property))
System\windows\Documents\TextSelection.cs (4)
169if (this.IsEmpty && TextSchema.IsCharacterProperty(formattingProperty)) 1256if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty)) 1262if (this.IsEmpty && TextSchema.IsCharacterProperty(formattingProperty) && 1545Invariant.Assert(TextSchema.IsCharacterProperty(propertyEntry.Property));