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