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