6 references to StylisticSet13Property
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1051
group.SetStylisticSet13((bool) element.GetValue(Typography.
StylisticSet13Property
));
System\Windows\Documents\Typography.cs (5)
208
get { return (bool) _owner.GetValue(
StylisticSet13Property
); }
209
set { _owner.SetValue(
StylisticSet13Property
, value); }
938
element.SetValue(
StylisticSet13Property
, value);
951
return (bool)element.GetValue(
StylisticSet13Property
);
1936
StylisticSet13Property
,