8 references to ContextualAlternatesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1095
group.SetContextualAlternates((bool) element.GetValue(Typography.
ContextualAlternatesProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
111
get { return (bool) _owner.GetValue(
ContextualAlternatesProperty
); }
112
set { _owner.SetValue(
ContextualAlternatesProperty
, value); }
543
/// <seealso cref="Typography.
ContextualAlternatesProperty
" />
551
element.SetValue(
ContextualAlternatesProperty
, value);
558
/// <seealso cref="Typography.
ContextualAlternatesProperty
" />
567
return (bool)element.GetValue(
ContextualAlternatesProperty
);
2199
ContextualAlternatesProperty
,