3 references to _GetAdjustedWindowRect
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
443
RECT rcAdjustedClient =
_GetAdjustedWindowRect
(rcWindow);
548
RECT adjustedDeviceRc =
_GetAdjustedWindowRect
(new RECT { Bottom = 100, Right = 100 });
601
RECT adjustedOffset =
_GetAdjustedWindowRect
(new RECT { Bottom = 100, Right = 100 });