3 references to StringFormat
PresentationFramework (3)
System\Windows\Data\BindingBase.cs (3)
123
get { return (string)GetValue(Feature.
StringFormat
, null); }
124
set { CheckSealed(); SetValue(Feature.
StringFormat
, value, null); }
474
CopyValue(Feature.
StringFormat
, clone);