6 references to ContextualAlternatesProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1034
group.SetContextualAlternates((bool) element.GetValue(Typography.
ContextualAlternatesProperty
));
System\Windows\Documents\Typography.cs (5)
89
get { return (bool) _owner.GetValue(
ContextualAlternatesProperty
); }
90
set { _owner.SetValue(
ContextualAlternatesProperty
, value); }
496
element.SetValue(
ContextualAlternatesProperty
, value);
509
return (bool)element.GetValue(
ContextualAlternatesProperty
);
1919
ContextualAlternatesProperty
,