2 overrides of IsMatch
System.Windows.Forms.Primitives (2)
System\Windows\Forms\GdiPlus\PenCache.cs (1)
13
protected override bool
IsMatch
(Color key, CacheEntry entry) => key == entry.Data;
System\Windows\Forms\GdiPlus\SolidBrushCache.cs (1)
13
protected override bool
IsMatch
(Color key, CacheEntry data) => key == data.Data;
1 reference to IsMatch
System.Windows.Forms.Primitives (1)
System\Windows\Forms\RefCountedCache.cs (1)
94
if (
IsMatch
(key, currentEntry))