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