11 references to Union
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\Quad.cs (1)
91
get { return IsEmpty ? Rect.Empty : Rect.
Union
(new Rect(_A, _B), new Rect(_C, _D)); }
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (5)
111
return IsValid ? Rect.
Union
(_operations.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty;
481
Rect union = Rect.
Union
(node1Bounds, node2Bounds);
555
Rect union = Rect.
Union
(node1Bounds, node2Bounds);
687
Rect node12 = Rect.
Union
(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode));
732
Rect node12 = Rect.
Union
(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode));
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (2)
325
prevPrevStrokeNodeBounds = Rect.
Union
(prevStrokeNodeBounds, prevPrevStrokeNodeBounds);
430
prevStrokeNodeBounds = Rect.
Union
(strokeNodeBounds, prevStrokeNodeBounds);
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (1)
128
return Rect.
Union
(GetStrokesBounds(), GetElementsUnionBounds());
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
260
Rect rect = Rect.
Union
(compositionLine.StartRect, compositionLine.EndRect);
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
141
return Rect.
Union
(rcEdit, rcUpDown);