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