1 write to name
System.Windows.Forms (1)
misc\HandleCollector.cs (1)
127
this.
name
= name;
3 references to name
System.Windows.Forms (3)
misc\HandleCollector.cs (3)
158
HandleCollector.HandleAdded(
name
, handle, currentCount);
252
System.Diagnostics.Debug.Fail("Handle collector underflow for type '" +
name
+ "'");
259
HandleCollector.HandleRemoved(
name
, handle, currentCount);