25 references to Inflate
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (4)
482union.Inflate(1.0, 1.0); 556union.Inflate(1.0, 1.0); 688node12.Inflate(1.0, 1.0); 733node12.Inflate(1.0, 1.0);
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
1432bounds.Inflate(inflation, inflation); 1440bounds.Inflate(1.0, 1.0);
PresentationFramework (5)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
266hatchRect.Inflate(HatchBorderMargin / 2, HatchBorderMargin / 2); 421toleranceRect.Inflate(tolerance, tolerance);
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
234drawingBounds.Inflate((width - originalWidth) / 2, (height - originalHeight) / 2);
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
751rect1.Inflate(inflateH, inflateV);
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
87bounds.Inflate(-horizontalOverlap,-verticalOverlap);
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
496bounds.Inflate(-1.0, -1.0); 509bounds.Inflate(-1.0, -1.0);
PresentationFramework.Luna (5)
Microsoft\Windows\Themes\ButtonChrome.cs (3)
421bounds.Inflate(-0.75, -0.75); 447bounds.Inflate(-0.3, -0.3); 478bounds.Inflate(0.3, 0.3);
Microsoft\Windows\Themes\ScrollChrome.cs (2)
335bounds.Inflate(-1.0, -1.0); 348bounds.Inflate(-1.0, -1.0);
PresentationFramework.Royale (4)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
368bounds.Inflate(-0.3, -0.3); 399bounds.Inflate(0.3, 0.3);
Microsoft\Windows\Themes\ScrollChrome.cs (2)
295bounds.Inflate(-1.0, -1.0); 308bounds.Inflate(-1.0, -1.0);
WindowsBase (3)
Base\System\Windows\Rect.cs (3)
647Inflate(size._width, size._height); 690rect.Inflate(size._width, size._height); 700rect.Inflate(width, height);