8 references to StandardSwashesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1069
group.SetStandardSwashes((int) element.GetValue(Typography.
StandardSwashesProperty
));
System\Windows\Documents\Typography.cs (7)
334
get { return (int) _owner.GetValue(
StandardSwashesProperty
); }
335
set { _owner.SetValue(
StandardSwashesProperty
, value); }
1401
/// <seealso cref="Typography.
StandardSwashesProperty
" />
1406
element.SetValue(
StandardSwashesProperty
, value);
1413
/// <seealso cref="Typography.
StandardSwashesProperty
" />
1419
return (int)element.GetValue(
StandardSwashesProperty
);
1954
StandardSwashesProperty
,