7 writes to _tipInfo
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
569_tipInfo &= 0xFFFF; 572_tipInfo |= (value & 0xFFFF) << 16; 582_tipInfo &= unchecked((int)0xFFFF0000); 585_tipInfo |= value & 0xFFFF; 761_tipInfo = -1; 3001_tipInfo = -1; 3090_tipInfo = -1;
2 references to _tipInfo
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
565get => (_tipInfo & unchecked((int)0xFFFF0000)) >> 16; 578get => _tipInfo & 0xFFFF;