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