5 references to Value
System.Windows.Forms.Primitives (5)
System\Windows\Forms\RefCountedCache.cs (4)
92CacheEntry currentEntry = node.Value; 159if (node!.Value.RefCount == 0) 162node.Value.Dispose(); 181enumerator.Current!.Value.Dispose();
System\Windows\Forms\SinglyLinkedList.cs (1)
68public static implicit operator T(Node? node) => node is null ? default! : node.Value;