1 instantiation of EmptyEnumerator
PresentationFramework (1)
MS\Internal\Controls\EmptyEnumerator.cs (1)
31_instance = new EmptyEnumerator();
22 references to EmptyEnumerator
PresentationFramework (22)
MS\Internal\Controls\EmptyEnumerable.cs (1)
24return EmptyEnumerator.Instance;
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
209return EmptyEnumerator.Instance;
System\Windows\Controls\ContentControl.cs (2)
62return EmptyEnumerator.Instance; 77return EmptyEnumerator.Instance;
System\Windows\Controls\Decorator.cs (1)
139return EmptyEnumerator.Instance;
System\Windows\Controls\FlowDocumentReader.cs (1)
852return EmptyEnumerator.Instance;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
771return EmptyEnumerator.Instance;
System\Windows\Controls\Grid.cs (1)
109return EmptyEnumerator.Instance;
System\Windows\Controls\ItemCollection.cs (1)
200return EmptyEnumerator.Instance;
System\Windows\Controls\ItemsControl.cs (1)
274return EmptyEnumerator.Instance;
System\Windows\Controls\Panel.cs (1)
151return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
653return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
92return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\Popup.cs (1)
1388return EmptyEnumerator.Instance;
System\Windows\Controls\RichTextBox.cs (1)
540return EmptyEnumerator.Instance;
System\Windows\Controls\TextBlock.cs (2)
222return EmptyEnumerator.Instance; 236return EmptyEnumerator.Instance; // When we do not own the text tree we may not report its children as ours.
System\Windows\Controls\ToolBarTray.cs (1)
300return EmptyEnumerator.Instance;
System\Windows\Controls\ViewBox.cs (1)
250return EmptyEnumerator.Instance;
System\Windows\Documents\AdornerLayer.cs (1)
396return EmptyEnumerator.Instance;
System\Windows\LogicalTreeHelper.cs (2)
431return MS.Internal.Controls.EmptyEnumerator.Instance; 460_enumerator = MS.Internal.Controls.EmptyEnumerator.Instance;