1 write to _owningColumnHeader
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ColumnHeader.ListViewColumnHeaderAccessibleObject.cs (1)
17_owningColumnHeader = columnHeader.OrThrowIfNull();
2 references to _owningColumnHeader
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ColumnHeader.ListViewColumnHeaderAccessibleObject.cs (2)
20public override string? Name => _owningColumnHeader.Text; 26internal override int[] RuntimeId => [RuntimeIDFirstItem, _owningColumnHeader.GetHashCode()];