System.Drawing.KnownColors.KnownColors C# (CSharp) Метод

KnownColors() статический приватный Метод

static private KnownColors ( )
		static KnownColors ()
		{
			if (GDIPlus.RunningOnWindows ()) {
				// If we're on Windows we should behave like MS and pull the colors
				RetrieveWindowsSystemColors ();
			}
			// note: Mono's SWF Theme class will call the static Update method to apply
			// correct system colors outside Windows
		}