2 references to Desktop
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
26
public static Brush Desktop => FromSystemColor(SystemColors.
Desktop
);
System\Drawing\SystemPens.cs (1)
27
public static Pen Desktop => FromSystemColor(SystemColors.
Desktop
);