11 references to GetNodeBounds
PresentationCore (11)
MS\Internal\Ink\StrokeNode.cs (11)
102return IsValid ? _operations.GetNodeBounds(_thisNode) : Rect.Empty; 111return IsValid ? Rect.Union(_operations.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty; 204Rect startNodeBounds = _operations.GetNodeBounds(_lastNode); 228Rect endNodeRect = _operations.GetNodeBounds(_thisNode); 442Rect node1Bounds = _operations.GetNodeBounds(previous._lastNode); 443Rect node2Bounds = _operations.GetNodeBounds(_lastNode); 662Rect node3Rect = _operations.GetNodeBounds(_thisNode); 686Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 731Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode));