1 write to RefCheckThreshold
System.Drawing (1)
misc\GDI\DeviceContexts.cs (1)
50activeDeviceContexts.RefCheckThreshold = 20; // See DevDiv#82664 (the repro app attached to this bug was used to determine this number).
1 reference to RefCheckThreshold
System.Drawing (1)
misc\ClientUtils.cs (1)
422if (this.Count > RefCheckThreshold) {