3 references to GetThemeString
System.Windows.Forms (1)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
649_lastHResult = PInvoke.GetThemeString(HTHEME, Part, State, (int)prop, pString, aString.Length);
System.Windows.Forms.Primitives (2)
_generated\426\Windows.Win32.PInvoke.UXTHEME.dll.g.cs (2)
939 /// <inheritdoc cref="GetThemeString(winmdroot.UI.Controls.HTHEME, int, int, int, winmdroot.Foundation.PWSTR, int)"/> 945 winmdroot.Foundation.HRESULT __result = PInvoke.GetThemeString(hTheme, iPartId, iStateId, iPropId, pszBuffLocal, pszBuff.Length);