12 references to Union
PresentationCore (9)
Core\CSharp\MS\Internal\Ink\Lasso.cs (2)
533
_bounds.
Union
(point);
744
bounds.
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)
197
bbox.
Union
(vertex);
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (5)
302
bbox.
Union
(visualTexCoordBounds[i]);
339
triBBox.
Union
(triangleTexCoords[j]);
384
triBBox.
Union
(triangleTexCoords[j]);
1198
result.
Union
(edges[i]._p1Transformed);
1199
result.
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);