12 references to GetNodeBounds
PresentationCore (12)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (12)
102
return IsValid ? _operations.
GetNodeBounds
(_thisNode) : Rect.Empty;
111
return IsValid ? Rect.Union(_operations.
GetNodeBounds
(_thisNode), ConnectingQuad.Bounds) : Rect.Empty;
204
Rect startNodeBounds = _operations.
GetNodeBounds
(_lastNode);
228
Rect endNodeRect = _operations.
GetNodeBounds
(_thisNode);
442
Rect node1Bounds = _operations.
GetNodeBounds
(previous._lastNode);
443
Rect node2Bounds = _operations.
GetNodeBounds
(_lastNode);
444
Rect node3Bounds = _operations.
GetNodeBounds
(_thisNode);
663
Rect node3Rect = _operations.
GetNodeBounds
(_thisNode);
687
Rect node12 = Rect.Union(_operations.
GetNodeBounds
(previous._lastNode), _operations.
GetNodeBounds
(_lastNode));
732
Rect node12 = Rect.Union(_operations.
GetNodeBounds
(previous._lastNode), _operations.
GetNodeBounds
(_lastNode));