2 writes to Tag
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationContextTests.cs (2)
161Tag = value 166context.Tag = value;
4 references to Tag
System.Windows.Forms.Tests (4)
System\Windows\Forms\ApplicationContextTests.cs (4)
16Assert.Null(context.Tag); 32Assert.Null(context.Tag); 163Assert.Equal(value, context.Tag); 167Assert.Equal(value, context.Tag);