8 references to StylisticSet1Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1039
group.SetStylisticSet1((bool) element.GetValue(Typography.
StylisticSet1Property
));
System\Windows\Documents\Typography.cs (7)
124
get { return (bool) _owner.GetValue(
StylisticSet1Property
); }
125
set { _owner.SetValue(
StylisticSet1Property
, value); }
621
/// <seealso cref="Typography.
StylisticSet1Property
" />
626
element.SetValue(
StylisticSet1Property
, value);
633
/// <seealso cref="Typography.
StylisticSet1Property
" />
639
return (bool)element.GetValue(
StylisticSet1Property
);
1924
StylisticSet1Property
,