8 references to ContextualAlternatesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1034
group.SetContextualAlternates((bool) element.GetValue(Typography.
ContextualAlternatesProperty
));
System\Windows\Documents\Typography.cs (7)
89
get { return (bool) _owner.GetValue(
ContextualAlternatesProperty
); }
90
set { _owner.SetValue(
ContextualAlternatesProperty
, value); }
491
/// <seealso cref="Typography.
ContextualAlternatesProperty
" />
496
element.SetValue(
ContextualAlternatesProperty
, value);
503
/// <seealso cref="Typography.
ContextualAlternatesProperty
" />
509
return (bool)element.GetValue(
ContextualAlternatesProperty
);
1919
ContextualAlternatesProperty
,