5 references to Column
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (5)
161if (startAfterItem.Column == null) 168startIndex = columns.IndexOf(startAfterItem.Column) + 1; 538if (columns != null && columns.Contains(cellItemPeer.Column)) 540if (GetPeerFromWeakRefStorage(cellItemPeer.Column) == null) 541WeakRefElementProxyStorage[cellItemPeer.Column] = wr;