2 references to RefCount
System.Windows.Forms.Primitives (2)
System\Windows\Forms\RefCountedCache.CacheEntry.cs (1)
66private string DebuggerDisplay => $"Object: {Object} RefCount: {RefCount}";
System\Windows\Forms\RefCountedCache.Scope.cs (1)
49public int RefCount => Entry?.RefCount ?? -1;