8 references to StandardSwashesProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1070
group.SetStandardSwashes((int) element.GetValue(Typography.
StandardSwashesProperty
));
System\Windows\Documents\Typography.cs (7)
335
get { return (int) _owner.GetValue(
StandardSwashesProperty
); }
336
set { _owner.SetValue(
StandardSwashesProperty
, value); }
1402
/// <seealso cref="Typography.
StandardSwashesProperty
" />
1407
element.SetValue(
StandardSwashesProperty
, value);
1414
/// <seealso cref="Typography.
StandardSwashesProperty
" />
1420
return (int)element.GetValue(
StandardSwashesProperty
);
1955
StandardSwashesProperty
,