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