2 implementations of ISystemColorTracker
System.Drawing (2)
commonui\System\Drawing\Pen.cs (1)
27
public sealed class Pen : MarshalByRefObject,
ISystemColorTracker
, ICloneable, IDisposable {
commonui\System\Drawing\SolidBrush.cs (1)
23
public sealed class SolidBrush : Brush,
ISystemColorTracker
{
5 references to ISystemColorTracker
System.Drawing (5)
commonui\System\Drawing\Advanced\SystemColorTracker.cs (3)
37
internal static void Add(
ISystemColorTracker
obj) {
138
ISystemColorTracker
tracker = (
ISystemColorTracker
) list[i].Target;
commonui\System\Drawing\Pen.cs (1)
1089
void
ISystemColorTracker
.OnSystemColorChanged() {
commonui\System\Drawing\SolidBrush.cs (1)
162
void
ISystemColorTracker
.OnSystemColorChanged() {