11 references to GetNodeBounds
PresentationCore (11)
MS\Internal\Ink\StrokeNode.cs (11)
96
return IsValid ? _operations.
GetNodeBounds
(_thisNode) : Rect.Empty;
105
return IsValid ? Rect.Union(_operations.
GetNodeBounds
(_thisNode), ConnectingQuad.Bounds) : Rect.Empty;
198
Rect startNodeBounds = _operations.
GetNodeBounds
(_lastNode);
222
Rect endNodeRect = _operations.
GetNodeBounds
(_thisNode);
436
Rect node1Bounds = _operations.
GetNodeBounds
(previous._lastNode);
437
Rect node2Bounds = _operations.
GetNodeBounds
(_lastNode);
656
Rect node3Rect = _operations.
GetNodeBounds
(_thisNode);
680
Rect node12 = Rect.Union(_operations.
GetNodeBounds
(previous._lastNode), _operations.
GetNodeBounds
(_lastNode));
725
Rect node12 = Rect.Union(_operations.
GetNodeBounds
(previous._lastNode), _operations.
GetNodeBounds
(_lastNode));