6 references to StylisticSet3Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1041
group.SetStylisticSet3((bool) element.GetValue(Typography.
StylisticSet3Property
));
System\Windows\Documents\Typography.cs (5)
138
get { return (bool) _owner.GetValue(
StylisticSet3Property
); }
139
set { _owner.SetValue(
StylisticSet3Property
, value); }
678
element.SetValue(
StylisticSet3Property
, value);
691
return (bool)element.GetValue(
StylisticSet3Property
);
1926
StylisticSet3Property
,