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