11 references to GetNodeBounds
PresentationCore (11)
MS\Internal\Ink\StrokeNode.cs (11)
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);
662
Rect node3Rect = _operations.
GetNodeBounds
(_thisNode);
686
Rect node12 = Rect.Union(_operations.
GetNodeBounds
(previous._lastNode), _operations.
GetNodeBounds
(_lastNode));
731
Rect node12 = Rect.Union(_operations.
GetNodeBounds
(previous._lastNode), _operations.
GetNodeBounds
(_lastNode));