8 references to StylisticSet2Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1056
group.SetStylisticSet2((bool) element.GetValue(Typography.
StylisticSet2Property
));
System\Windows\Documents\Typography.cs (7)
145
get { return (bool) _owner.GetValue(
StylisticSet2Property
); }
146
set { _owner.SetValue(
StylisticSet2Property
, value); }
661
/// <seealso cref="Typography.
StylisticSet2Property
" />
666
element.SetValue(
StylisticSet2Property
, value);
673
/// <seealso cref="Typography.
StylisticSet2Property
" />
679
return (bool)element.GetValue(
StylisticSet2Property
);
1939
StylisticSet2Property
,