2 references to IsThemePartDefined
System.Windows.Forms (2)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
129
returnVal = SafeNativeMethods.
IsThemePartDefined
(new HandleRef(null, hTheme), part, 0);
137
returnVal = SafeNativeMethods.
IsThemePartDefined
(new HandleRef(null, tHandle.NativeHandle), part, 0);