4 references to CreateCell
PresentationFramework (4)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (4)
272InternalChildren.AddInternal(CreateCell(column)); 382InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 391InternalChildren.AddInternal(CreateCell((GridViewColumn)(e.NewItems[0]))); 635InternalChildren.Insert(index, CreateCell(column));