2 references to TraceInfo
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
120
Debug.WriteLineIf(_traceLayout.
TraceInfo
, String.Format(CultureInfo.CurrentCulture, "AvalonAdapter({0}): MeasureOverride (constraint={1},result={2})", this.Name, proposedSize, prefSize));
System\Windows\Integration\WindowsFormsHost.cs (1)
1033
Debug.WriteLineIf(WindowsFormsHost._traceLayout.
TraceInfo
, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): Layout invalidated (control='{1}',property='{2}')", _host.Name, compName, e.AffectedProperty));