1 implementation of StartAt
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
200IDisposable IItemContainerGenerator.StartAt(GeneratorPosition position, GeneratorDirection direction)
3 references to StartAt
PresentationFramework (3)
src\Framework\System\Windows\Controls\Panel.cs (2)
668using (generator.StartAt(new GeneratorPosition(-1, 0), GeneratorDirection.Forward)) 726using (generator.StartAt(pos, GeneratorDirection.Forward))
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
416using (generator.StartAt(pos, GeneratorDirection.Forward))