8 references to StylisticSet11Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1065
group.SetStylisticSet11((bool) element.GetValue(Typography.
StylisticSet11Property
));
System\Windows\Documents\Typography.cs (7)
208
get { return (bool) _owner.GetValue(
StylisticSet11Property
); }
209
set { _owner.SetValue(
StylisticSet11Property
, value); }
895
/// <seealso cref="Typography.
StylisticSet11Property
" />
900
element.SetValue(
StylisticSet11Property
, value);
907
/// <seealso cref="Typography.
StylisticSet11Property
" />
913
return (bool)element.GetValue(
StylisticSet11Property
);
1948
StylisticSet11Property
,