11 references to IsCharacterProperty
PresentationFramework (11)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
93if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty))
src\Framework\System\Windows\Documents\TextRange.cs (3)
784if (!TextSchema.IsCharacterProperty(formattingProperty) && 856if (!TextSchema.IsCharacterProperty(formattingProperty) && 1648else if (TextSchema.IsCharacterProperty(formattingProperty))
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
389if (TextSchema.IsCharacterProperty(formattingProperty))
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
1594if (TextSchema.IsCharacterProperty(property) && 1608else if (TextSchema.IsCharacterProperty(property))
src\Framework\System\windows\Documents\TextSelection.cs (4)
176if (this.IsEmpty && TextSchema.IsCharacterProperty(formattingProperty)) 1278if (!TextSchema.IsParagraphProperty(formattingProperty) && !TextSchema.IsCharacterProperty(formattingProperty)) 1284if (this.IsEmpty && TextSchema.IsCharacterProperty(formattingProperty) && 1567Invariant.Assert(TextSchema.IsCharacterProperty(propertyEntry.Property));