4 references to ColorPalette
System.Windows.Forms.Design (4)
System\Drawing\Design\ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.cs (2)
38if (_parent.ColorPalette is { } palette && palette.IsHandleCreated) 58if (_parent.ColorPalette is { } palette && _cell == palette.FocusedCell)
System\Drawing\Design\ColorEditor.ColorPalette.ColorPaletteAccessibleObject.cs (2)
27if (ColorPalette is not { } palette || id < 0 || id >= CellsAcross * CellsDown) 37if (ColorPalette is not { } palette || !palette.IsHandleCreated)