8 references to Format
PresentationFramework (8)
src\Framework\MS\Internal\TraceData.cs (8)
258return Format("'{0}'", o); 262return Format("'{0}'", AvTrace.AntiFormat(s)); 270return Format("{0} (hash={1} Count={2})", type.Name, AvTrace.GetHashCodeHelper(o), ic.Count); 272return Format("{0} (hash={1})", type.Name, AvTrace.GetHashCodeHelper(o)); 291return Format("{0}({1})", dp.GetType().Name, dp.Name); 295return Format("{0}({1})", pi.GetType().Name, pi.Name); 299return Format("{0}({1})", pd.GetType().Name, pd.Name); 309return Format("{0} ({1})", ex.GetType().Name, AvTrace.AntiFormat(ex.Message));