2 references to ActualCells
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
58
_dataChildren = new Hashtable(rowPresenter.
ActualCells
.Count);
64
foreach (UIElement ele in rowPresenter.
ActualCells
)