示例#1
0
 public ListViewColumnHeaderAccessibleObject(ColumnHeader columnHeader)
 {
     _owningColumnHeader = columnHeader.OrThrowIfNull();
 }