11 references to IsCharacterProperty
PresentationFramework (11)
System\windows\Documents\TextEditorCharacters.cs (1)
91if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRange.cs (3)
791if (!TextSchema.IsCharacterProperty(formattingProperty) && 860if (!TextSchema.IsCharacterProperty(formattingProperty) && 1651else if (TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRangeBase.cs (1)
378if (TextSchema.IsCharacterProperty(formattingProperty))
System\Windows\Documents\TextRangeSerialization.cs (2)
1574if (TextSchema.IsCharacterProperty(property) && 1588else if (TextSchema.IsCharacterProperty(property))
System\windows\Documents\TextSelection.cs (4)
173if (this.IsEmpty && TextSchema.IsCharacterProperty(formattingProperty)) 1275if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty)) 1281if (this.IsEmpty && TextSchema.IsCharacterProperty(formattingProperty) && 1564Invariant.Assert(TextSchema.IsCharacterProperty(propertyEntry.Property));