4 references to CreateCell
PresentationFramework (4)
System\Windows\Controls\GridViewRowPresenter.cs (4)
265InternalChildren.AddInternal(CreateCell(column)); 374InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 383InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 630InternalChildren.Insert(index, CreateCell(column));