8 references to StylisticSet11Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1064
group.SetStylisticSet11((bool) element.GetValue(Typography.
StylisticSet11Property
));
System\Windows\Documents\Typography.cs (7)
195
get { return (bool) _owner.GetValue(
StylisticSet11Property
); }
196
set { _owner.SetValue(
StylisticSet11Property
, value); }
882
/// <seealso cref="Typography.
StylisticSet11Property
" />
887
element.SetValue(
StylisticSet11Property
, value);
894
/// <seealso cref="Typography.
StylisticSet11Property
" />
900
return (bool)element.GetValue(
StylisticSet11Property
);
1935
StylisticSet11Property
,