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