Is there a way to force the TreeListBox to call GetIsSelected for a particular item? The items contained don't have a property can can be used to trigger the call via IsSelectedPath. I can create a dummy property but I'd rather just make a call on the TreeListBox itself to force it to call GetIsSelected.