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