5 references to Column
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (5)
155if (startAfterItem.Column == null) 162startIndex = columns.IndexOf(startAfterItem.Column) + 1; 529if (columns != null && columns.Contains(cellItemPeer.Column)) 531if (GetPeerFromWeakRefStorage(cellItemPeer.Column) == null) 532WeakRefElementProxyStorage[cellItemPeer.Column] = wr;