4 references to CreateCell
PresentationFramework (4)
System\Windows\Controls\GridViewRowPresenter.cs (4)
265
InternalChildren.AddInternal(
CreateCell
(column));
374
InternalChildren.AddInternal(
CreateCell
((GridViewColumn)(e.NewItems[0])));
383
InternalChildren.AddInternal(
CreateCell
((GridViewColumn)(e.NewItems[0])));
630
InternalChildren.Insert(index,
CreateCell
(column));