3 references to CombineRgnResult
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
1319CombineRgnResult result = NativeMethods.CombineRgn(hrgnSource, hrgnSource, hrgn, RGN.OR); 1320if (result == CombineRgnResult.ERROR)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
2504public static extern CombineRgnResult CombineRgn(IntPtr hrgnDest, IntPtr hrgnSrc1, IntPtr hrgnSrc2, RGN fnCombineMode);