12 references to GetNodeBounds
PresentationCore (12)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (12)
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); 444Rect node3Bounds = _operations.GetNodeBounds(_thisNode); 663Rect node3Rect = _operations.GetNodeBounds(_thisNode); 687Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 732Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode));