1 write to handle
System.Drawing (1)
misc\DebugHandleTracker.cs (1)
305
this.
handle
= handle;
3 references to handle
System.Drawing (3)
misc\DebugHandleTracker.cs (3)
192
Debug.Assert(entry.
handle
!= handle, "Duplicate handle of type " + name);
269
while (e != null && e.
handle
!= handle) {
359
return Convert.ToString(unchecked((int)
handle
), 16) + description + ": " + sp.ToString();