8 references to StylisticSet12Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1111
group.SetStylisticSet12((bool) element.GetValue(Typography.
StylisticSet12Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
223
get { return (bool) _owner.GetValue(
StylisticSet12Property
); }
224
set { _owner.SetValue(
StylisticSet12Property
, value); }
1055
/// <seealso cref="Typography.
StylisticSet12Property
" />
1063
element.SetValue(
StylisticSet12Property
, value);
1070
/// <seealso cref="Typography.
StylisticSet12Property
" />
1079
return (bool)element.GetValue(
StylisticSet12Property
);
2215
StylisticSet12Property
,