3 references to s_optionsDottedGrip
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (3)
19private static readonly int s_optionsFillWhenSelected = BitVector32.CreateMask(s_optionsDottedGrip); 23_options[s_optionsDottedBorder | s_optionsDottedGrip | s_optionsFillWhenSelected] = !systemRenderMode; 33get { return _options[s_optionsDottedGrip]; }