16 references to FocusTracing
System.Windows.Forms (16)
winforms\Managed\System\WinForms\ContainerControl.cs (8)
393
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "ContainerControl::ActivateControlInternal(" + (control == null ? "null" : control.Name) + "," + originator.ToString() + ") - " + this.Name);
467
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "ContainerControl::AfterControlRemoved(" + control.Name + ") - " + this.Name);
557
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "ContainerControl::AssignActiveControlInternal(" + (value == null ? "null" : value.Name) + ") - " + this.Name);
666
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "ContainerControl::FocusActiveControlInternal() - " + this.Name);
1375
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "ContainerControl::SetActiveControl(" + (ctl == null ? "null" : ctl.Name) + ") - " + this.Name);
1384
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "ContainerControl::SetActiveControlInternal(" + (value == null ? "null" : value.Name) + ") - " + this.Name);
1472
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "ContainerControl::UpdateFocusedControl() - " + this.Name);
1887
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "ContainerControl::WmSetFocus() - " + this.Name);
winforms\Managed\System\WinForms\Control.cs (6)
6351
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "Control::Focus - " + this.Name);
6368
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "Control::FocusInternal - " + this.Name);
7897
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "Control::NotifyEnter() - " + this.Name);
7904
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "Control::NotifyLeave() - " + this.Name);
13337
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "Control::WmKillFocus - " + this.Name);
13886
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "Control::WmSetFocus - " + this.Name);
winforms\Managed\System\WinForms\Form.cs (2)
380
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "Form::set_Active - " + this.Name);
2633
Debug.WriteLineIf(Control.
FocusTracing
.TraceVerbose, "Form::SetVisibleCore(" + value.ToString() + ") - " + this.Name);