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