8 references to StandardSwashesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1085
group.SetStandardSwashes((int) element.GetValue(Typography.
StandardSwashesProperty
));
System\Windows\Documents\Typography.cs (7)
348
get { return (int) _owner.GetValue(
StandardSwashesProperty
); }
349
set { _owner.SetValue(
StandardSwashesProperty
, value); }
1415
/// <seealso cref="Typography.
StandardSwashesProperty
" />
1420
element.SetValue(
StandardSwashesProperty
, value);
1427
/// <seealso cref="Typography.
StandardSwashesProperty
" />
1433
return (int)element.GetValue(
StandardSwashesProperty
);
1968
StandardSwashesProperty
,