2 writes to Rect
PresentationCore (1)
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
48Rect = rect;
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
1532_childClipForFrozenBehavior.Rect = new Rect(cellChoppedWidth, 0, clipWidth, rcChild.Height);
13 references to Rect
PresentationCore (13)
Core\CSharp\System\Windows\Media\Generated\RectangleGeometry.cs (1)
246data.Rect = Rect;
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (12)
91Rect currentRect = Rect; 150Rect rect1 = rectGeometry1.Rect; 151Rect rect2 = rectGeometry2.Rect; 181Rect, 270Rect rect = Rect; 311Rect rect = Rect; 341Rect rect = Rect; 436Rect rect = Rect; 456ctx.LineTo(Rect.TopRight, true /* is stroked */, false /* is smooth join */); 457ctx.LineTo(Rect.BottomRight, true /* is stroked */, false /* is smooth join */); 458ctx.LineTo(Rect.BottomLeft, true /* is stroked */, false /* is smooth join */); 612return Rect.IsEmpty;