In SyntaxEditor for WinForms, I was able to get a hold of a tokens parent by accessing the ParentToken property. I can't seem to find a property like that on neither the IToken or the IMergableToken interface, nor on the MergableToken class. Has this been left out on purpose or is there another way to find the parent of a token?