5 references to GetCurrentThemeName
System.Windows.Forms (3)
System\Windows\Forms\VisualStyles\VisualStyleInformation.cs (3)
45PInvoke.GetCurrentThemeName(pFilename, filename.Length, null, 0, null, 0); 67PInvoke.GetCurrentThemeName(null, 0, pColorScheme, colorScheme.Length, null, 0); 89PInvoke.GetCurrentThemeName(null, 0, null, 0, pSize, size.Length);
System.Windows.Forms.Primitives (2)
_generated\426\Windows.Win32.PInvoke.UXTHEME.dll.g.cs (2)
245 /// <inheritdoc cref="GetCurrentThemeName(winmdroot.Foundation.PWSTR, int, winmdroot.Foundation.PWSTR, int, winmdroot.Foundation.PWSTR, int)"/> 255 winmdroot.Foundation.HRESULT __result = PInvoke.GetCurrentThemeName(pszThemeFileNameLocal, pszThemeFileName.Length, pszColorBuffLocal, pszColorBuff.Length, pszSizeBuffLocal, pszSizeBuff.Length);