5 references to GeneratedChildren
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (5)
40
GeneratedChildren
.Insert(indexToInsertAt, childToAdd);
58
UIElement childToMove =
GeneratedChildren
[args.OldPosition.Index];
60
GeneratedChildren
.Insert(args.Position.Index, childToMove);
83
GeneratedChildren
.RemoveAt(index);
176
List<UIElement> generatedItems =
GeneratedChildren
;