8 references to StylisticSet3Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1057
group.SetStylisticSet3((bool) element.GetValue(Typography.
StylisticSet3Property
));
System\Windows\Documents\Typography.cs (7)
152
get { return (bool) _owner.GetValue(
StylisticSet3Property
); }
153
set { _owner.SetValue(
StylisticSet3Property
, value); }
687
/// <seealso cref="Typography.
StylisticSet3Property
" />
692
element.SetValue(
StylisticSet3Property
, value);
699
/// <seealso cref="Typography.
StylisticSet3Property
" />
705
return (bool)element.GetValue(
StylisticSet3Property
);
1940
StylisticSet3Property
,