Currently, when I use OffsetAlignmentInfo.AddAutoWidenings and OffsetAlignmentInfo.AddWidening, the return method is void. I have to access the Transitions property in the OffsetAlignmentInfo in order to get the newly created Transition Region.
But why not just change the return type of the AddAutoWidenings and AddWidening so that they return the newly created AlignmentTransition?