I want to capture mouse clicks on a TextBox:
TextBox
You can use the PreviewMouseDown event, and capture any clicks that way before the internal parts of the control process the click: