5 references to Column
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (5)
156if (startAfterItem.Column == null) 163startIndex = columns.IndexOf(startAfterItem.Column) + 1; 533if (columns != null && columns.Contains(cellItemPeer.Column)) 535if (GetPeerFromWeakRefStorage(cellItemPeer.Column) == null) 536WeakRefElementProxyStorage[cellItemPeer.Column] = wr;