I tracked down the issue to the tooltip delay. It would set the ClickNotification to None when the tooltip delay was 0.0001 (I was using essentially no delay). Once I realized what the code was doing, changing the tooltip delay to 0.5 fixed the issue.
Can someone explain why the tooltip delay is now tied to anything around click processing? Its not a huge deal, but I would still like to know why this is.