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