4 references to CreateCell
PresentationFramework (4)
System\Windows\Controls\GridViewRowPresenter.cs (4)
266InternalChildren.AddInternal(CreateCell(column)); 375InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 384InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 631InternalChildren.Insert(index, CreateCell(column));