11 references to GetNodeBounds
PresentationCore (11)
MS\Internal\Ink\StrokeNode.cs (11)
95
return IsValid ? _operations.
GetNodeBounds
(_thisNode) : Rect.Empty;
104
return IsValid ? Rect.Union(_operations.
GetNodeBounds
(_thisNode), ConnectingQuad.Bounds) : Rect.Empty;
197
Rect startNodeBounds = _operations.
GetNodeBounds
(_lastNode);
221
Rect endNodeRect = _operations.
GetNodeBounds
(_thisNode);
435
Rect node1Bounds = _operations.
GetNodeBounds
(previous._lastNode);
436
Rect node2Bounds = _operations.
GetNodeBounds
(_lastNode);
655
Rect node3Rect = _operations.
GetNodeBounds
(_thisNode);
679
Rect node12 = Rect.Union(_operations.
GetNodeBounds
(previous._lastNode), _operations.
GetNodeBounds
(_lastNode));
724
Rect node12 = Rect.Union(_operations.
GetNodeBounds
(previous._lastNode), _operations.
GetNodeBounds
(_lastNode));