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