3 references to _CreateRoundRectRgn
PresentationFramework (3)
System\Windows\Shell\WindowChromeWorker.cs (3)
822
hrgn =
_CreateRoundRectRgn
(new Rect(windowSize), topLeftRadius);
830
hrgn =
_CreateRoundRectRgn
(new Rect(0, 0, windowSize.Width / 2 + topLeftRadius, windowSize.Height / 2 + topLeftRadius), topLeftRadius);
898
hrgn =
_CreateRoundRectRgn
(region, radius);