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