8 references to StylisticSet1Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1055
group.SetStylisticSet1((bool) element.GetValue(Typography.
StylisticSet1Property
));
System\Windows\Documents\Typography.cs (7)
138
get { return (bool) _owner.GetValue(
StylisticSet1Property
); }
139
set { _owner.SetValue(
StylisticSet1Property
, value); }
635
/// <seealso cref="Typography.
StylisticSet1Property
" />
640
element.SetValue(
StylisticSet1Property
, value);
647
/// <seealso cref="Typography.
StylisticSet1Property
" />
653
return (bool)element.GetValue(
StylisticSet1Property
);
1938
StylisticSet1Property
,