3 references to _GetAdjustedWindowRect
PresentationFramework (3)
System\Windows\Shell\WindowChromeWorker.cs (3)
368RECT rcAdjustedClient = _GetAdjustedWindowRect(rcWindow); 467RECT adjustedDeviceRc = _GetAdjustedWindowRect(new RECT { Bottom = 100, Right = 100 }); 512RECT adjustedOffset = _GetAdjustedWindowRect(new RECT { Bottom = 100, Right = 100 });