3 references to _CreateRoundRectRgn
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
1234hrgn = _CreateRoundRectRgn(new Rect(windowSize), topLeftRadius); 1242hrgn = _CreateRoundRectRgn(new Rect(0, 0, windowSize.Width / 2 + topLeftRadius, windowSize.Height / 2 + topLeftRadius), topLeftRadius); 1318hrgn = _CreateRoundRectRgn(region, radius);