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