12 references to Union
PresentationCore (9)
Core\CSharp\MS\Internal\Ink\Lasso.cs (2)
533_bounds.Union(point); 744bounds.Union(points[j]);
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (1)
78_shapeBounds.Union((Point)_vertices[i]);
Core\CSharp\MS\Internal\Ink\StylusShape.cs (1)
197bbox.Union(vertex);
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (5)
302bbox.Union(visualTexCoordBounds[i]); 339triBBox.Union(triangleTexCoords[j]); 384triBBox.Union(triangleTexCoords[j]); 1198result.Union(edges[i]._p1Transformed); 1199result.Union(edges[i]._p2Transformed);
PresentationFramework (3)
src\Framework\MS\Internal\Ink\LassoHelper.cs (3)
91_boundingBox.Union(point); 108_boundingBox.Union(point); 124_boundingBox.Union(lassoPoint);