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