3 references to INVISIBLE
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\MenuCommand.cs (3)
108get => (_status & INVISIBLE) == 0; 109set => SetStatus(INVISIBLE, !value); 175if ((_status & INVISIBLE) == 0)