7 writes to _tipInfo
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
545_tipInfo &= 0xFFFF; 548_tipInfo |= (value & 0xFFFF) << 16; 558_tipInfo &= unchecked((int)0xFFFF0000); 561_tipInfo |= value & 0xFFFF; 737_tipInfo = -1; 2962_tipInfo = -1; 3051_tipInfo = -1;
2 references to _tipInfo
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
541get => (_tipInfo & unchecked((int)0xFFFF0000)) >> 16; 554get => _tipInfo & 0xFFFF;