6 references to RefCount
System.Windows.Forms.Primitives.Tests (6)
System\Windows\Forms\RefCacheTests.cs (6)
15Assert.Equal(1, firstScope.RefCount); 19Assert.Equal(2, firstScope.RefCount); 20Assert.Equal(2, secondScope.RefCount); 23Assert.Equal(1, secondScope.RefCount); 25Assert.Equal(0, secondScope.RefCount); 27Assert.Equal(1, thirdScope.RefCount);