4 references to CreateCell
PresentationFramework (4)
System\Windows\Controls\GridViewRowPresenter.cs (4)
270InternalChildren.AddInternal(CreateCell(column)); 379InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 388InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 632InternalChildren.Insert(index, CreateCell(column));