3 references to GetThemeFilename
System.Windows.Forms (1)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
520
_lastHResult = PInvoke.
GetThemeFilename
(HTHEME, Part, State, (THEME_PROPERTY_SYMBOL_ID)prop, pFilename, filename.Length);
System.Windows.Forms.Primitives (2)
_generated\426\Windows.Win32.PInvoke.UXTHEME.dll.g.cs (2)
637
/// <inheritdoc cref="
GetThemeFilename
(winmdroot.UI.Controls.HTHEME, int, int, winmdroot.UI.Controls.THEME_PROPERTY_SYMBOL_ID, winmdroot.Foundation.PWSTR, int)"/>
643
winmdroot.Foundation.HRESULT __result = PInvoke.
GetThemeFilename
(hTheme, iPartId, iStateId, iPropId, pszThemeFileNameLocal, pszThemeFileName.Length);