6 references to StylisticSet1Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1039
group.SetStylisticSet1((bool) element.GetValue(Typography.
StylisticSet1Property
));
System\Windows\Documents\Typography.cs (5)
124
get { return (bool) _owner.GetValue(
StylisticSet1Property
); }
125
set { _owner.SetValue(
StylisticSet1Property
, value); }
626
element.SetValue(
StylisticSet1Property
, value);
639
return (bool)element.GetValue(
StylisticSet1Property
);
1924
StylisticSet1Property
,