3 references to StringFormat
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingBase.cs (3)
128
get { return (string)GetValue(Feature.
StringFormat
, null); }
129
set { CheckSealed(); SetValue(Feature.
StringFormat
, value, null); }
479
CopyValue(Feature.
StringFormat
, clone);