8 references to StylisticSet4Property
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1043
group.SetStylisticSet4((bool) element.GetValue(Typography.
StylisticSet4Property
));
System\Windows\Documents\Typography.cs (7)
146
get { return (bool) _owner.GetValue(
StylisticSet4Property
); }
147
set { _owner.SetValue(
StylisticSet4Property
, value); }
700
/// <seealso cref="Typography.
StylisticSet4Property
" />
705
element.SetValue(
StylisticSet4Property
, value);
712
/// <seealso cref="Typography.
StylisticSet4Property
" />
718
return (bool)element.GetValue(
StylisticSet4Property
);
1928
StylisticSet4Property
,