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