1 implementation of GenerateNext
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
239DependencyObject IItemContainerGenerator.GenerateNext(out bool isNewlyRealized)
6 references to GenerateNext
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
566UIElement child = generator.GenerateNext(out newlyRealized) as UIElement;
src\Framework\System\Windows\Controls\Panel.cs (1)
761UIElement e = generator.GenerateNext(out isNewlyRealized) as UIElement;
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
476UIElement e = generator.GenerateNext(out isNewlyRealized) as UIElement;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
1658child = generator.GenerateNext(out newlyRealized) as UIElement; 8057child = generator.GenerateNext(out newlyRealized) as UIElement; 8822UIElement child = Generator.GenerateNext(out newlyRealized) as UIElement;