2 writes to Tag
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationContextTests.cs (2)
159Tag = value 164context.Tag = value;
4 references to Tag
System.Windows.Forms.Tests (4)
System\Windows\Forms\ApplicationContextTests.cs (4)
14Assert.Null(context.Tag); 30Assert.Null(context.Tag); 161Assert.Equal(value, context.Tag); 165Assert.Equal(value, context.Tag);