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