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