I am trying to access the header that is at the intersection of the rows and columns headers in a Net3.5 WPF DataGrid.
Josh Smith calls this the "Empty Header" in an article on a different grid control and I would call it the "RowColumn" header since it in the first position for both the column and row headers and is the only header that is part of both. It defaults to a button with a lower right hand arrow that when you press selects all the items in the DataGrid. I can see this button in snoop but cannot work out how to access this header.
I need to stop the button selecting all the items in the grid and add either a menu in its place or a context menu that is keeping the button but adding text to it.
Since I am unclear as to what this is even called in the documentation I have no idea what to search on. I have tried the, to me, obvious ones.