5 references to Column
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (5)
164if (startAfterItem.Column == null) 171startIndex = columns.IndexOf(startAfterItem.Column) + 1; 548if (columns != null && columns.Contains(cellItemPeer.Column)) 550if (GetPeerFromWeakRefStorage(cellItemPeer.Column) == null) 551WeakRefElementProxyStorage[cellItemPeer.Column] = wr;