10 references to TextEffectsProperty
PresentationFramework (10)
MS\Internal\Text\DynamicPropertyReader.cs (1)
124return GetCollectionValue(element, TextElement.TextEffectsProperty) as TextEffectCollection;
System\Windows\Controls\AccessText.cs (1)
291TextElement.TextEffectsProperty.AddOwner(
System\Windows\Controls\TextBlock.cs (1)
913TextElement.TextEffectsProperty.AddOwner(
System\Windows\Controls\TextRangeAdaptor.cs (1)
52TextEffectCollection effects = tp.GetValue(TextElement.TextEffectsProperty) as TextEffectCollection;
System\Windows\Documents\FlowDocument.cs (1)
317TextElement.TextEffectsProperty.AddOwner(
System\Windows\Documents\TextEffectResolver.cs (1)
170_element.SetValue(TextElement.TextEffectsProperty, textEffects);
System\Windows\Documents\TextElement.cs (2)
774get { return (TextEffectCollection) GetValue(TextEffectsProperty); } 775set { SetValue(TextEffectsProperty, value); }
System\Windows\Documents\TextRangeSerialization.cs (1)
867if (property == Inline.BaselineAlignmentProperty || property == TextElement.TextEffectsProperty)
System\windows\Documents\TextSelection.cs (1)
1506noninheritableProperties[i] != TextElement.TextEffectsProperty &&