8 references to StylisticSet2Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1101
group.SetStylisticSet2((bool) element.GetValue(Typography.
StylisticSet2Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
153
get { return (bool) _owner.GetValue(
StylisticSet2Property
); }
154
set { _owner.SetValue(
StylisticSet2Property
, value); }
735
/// <seealso cref="Typography.
StylisticSet2Property
" />
743
element.SetValue(
StylisticSet2Property
, value);
750
/// <seealso cref="Typography.
StylisticSet2Property
" />
759
return (bool)element.GetValue(
StylisticSet2Property
);
2205
StylisticSet2Property
,