6 references to StylisticSet15Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1053
group.SetStylisticSet15((bool) element.GetValue(Typography.
StylisticSet15Property
));
System\Windows\Documents\Typography.cs (5)
222
get { return (bool) _owner.GetValue(
StylisticSet15Property
); }
223
set { _owner.SetValue(
StylisticSet15Property
, value); }
990
element.SetValue(
StylisticSet15Property
, value);
1003
return (bool)element.GetValue(
StylisticSet15Property
);
1938
StylisticSet15Property
,