2 writes to Value1
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyStore.cs (2)
525intEntries[index].Value1 = 0; 738intEntries[index].Value1 = value;
1 reference to Value1
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyStore.cs (1)
204value = intEntries[index].Value1;