winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs (3)
71SafeNativeMethods.GetCurrentThemeName(filename, filename.Capacity, null, 0, null, 0);
87SafeNativeMethods.GetCurrentThemeName(null, 0, colorScheme, colorScheme.Capacity, null, 0);
103SafeNativeMethods.GetCurrentThemeName(null, 0, null, 0, size, size.Capacity);