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