8 references to StylisticSet4Property
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1103
group.SetStylisticSet4((bool) element.GetValue(Typography.
StylisticSet4Property
));
src\Framework\System\Windows\Documents\Typography.cs (7)
167
get { return (bool) _owner.GetValue(
StylisticSet4Property
); }
168
set { _owner.SetValue(
StylisticSet4Property
, value); }
799
/// <seealso cref="Typography.
StylisticSet4Property
" />
807
element.SetValue(
StylisticSet4Property
, value);
814
/// <seealso cref="Typography.
StylisticSet4Property
" />
823
return (bool)element.GetValue(
StylisticSet4Property
);
2207
StylisticSet4Property
,