7 references to AxPropTraceSwitch
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (7)
2903
Debug.WriteLineIf(
AxPropTraceSwitch
.TraceVerbose, "Added AxPropertyDescriptor for: " + propName);
2908
Debug.WriteLineIf(
AxPropTraceSwitch
.TraceVerbose, "Added PropertyDescriptor for: " + propName);
2920
Debug.WriteLineIf(
AxPropTraceSwitch
.TraceVerbose, "Duplicate property with same name: " + propName);
6989
Debug.WriteLineIf(
AxPropTraceSwitch
.TraceVerbose, "Making property: " + this.Name + " browsable because we found an property page.");
7109
Debug.WriteLineIf(
AxPropTraceSwitch
.TraceVerbose, "Get failed for : " + Name + " with exception: " + e.Message + " .Making property non-browsable.");
7293
Debug.WriteLineIf(
AxPropTraceSwitch
.TraceVerbose, "Making property: " + this.Name + " browsable because we found an editor.");
7304
Debug.WriteLineIf(
AxPropTraceSwitch
.TraceVerbose, "could not get the type editor for property: " + this.Name + " Exception: " + e);