Implemented interface member:
method
GetEnumerator
System.Collections.IEnumerable.GetEnumerator()
3 references to GetEnumerator
PresentationFramework (3)
src\Framework\System\Windows\Controls\Panel.cs (1)
167return this.Children.GetEnumerator();
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
102return InternalChildren.GetEnumerator();
src\Framework\System\Windows\Documents\FixedPage.cs (1)
375return this.Children.GetEnumerator();