10 references to TextEffectsProperty
PresentationFramework (10)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
127
return GetCollectionValue(element, TextElement.
TextEffectsProperty
) as TextEffectCollection;
src\Framework\System\Windows\Controls\AccessText.cs (1)
291
TextElement.
TextEffectsProperty
.AddOwner(
src\Framework\System\Windows\Controls\TextBlock.cs (1)
973
TextElement.
TextEffectsProperty
.AddOwner(
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
60
TextEffectCollection effects = tp.GetValue(TextElement.
TextEffectsProperty
) as TextEffectCollection;
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
325
TextElement.
TextEffectsProperty
.AddOwner(
src\Framework\System\Windows\Documents\TextEffectResolver.cs (1)
182
_element.SetValue(TextElement.
TextEffectsProperty
, textEffects);
src\Framework\System\Windows\Documents\TextElement.cs (2)
815
get { return (TextEffectCollection) GetValue(
TextEffectsProperty
); }
816
set { SetValue(
TextEffectsProperty
, value); }
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
873
if (property == Inline.BaselineAlignmentProperty || property == TextElement.
TextEffectsProperty
)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1509
noninheritableProperties[i] != TextElement.
TextEffectsProperty
&&