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