8 references to StandardSwashesProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1130
group.SetStandardSwashes((int) element.GetValue(Typography.
StandardSwashesProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
356
get { return (int) _owner.GetValue(
StandardSwashesProperty
); }
357
set { _owner.SetValue(
StandardSwashesProperty
, value); }
1663
/// <seealso cref="Typography.
StandardSwashesProperty
" />
1671
element.SetValue(
StandardSwashesProperty
, value);
1678
/// <seealso cref="Typography.
StandardSwashesProperty
" />
1687
return (int)element.GetValue(
StandardSwashesProperty
);
2234
StandardSwashesProperty
,