22 references to Instance
PresentationFramework (22)
MS\Internal\Controls\EmptyEnumerable.cs (1)
25return EmptyEnumerator.Instance;
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
210return EmptyEnumerator.Instance;
System\Windows\Controls\ContentControl.cs (2)
63return EmptyEnumerator.Instance; 78return EmptyEnumerator.Instance;
System\Windows\Controls\Decorator.cs (1)
140return EmptyEnumerator.Instance;
System\Windows\Controls\FlowDocumentReader.cs (1)
859return EmptyEnumerator.Instance;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
778return EmptyEnumerator.Instance;
System\Windows\Controls\Grid.cs (1)
110return EmptyEnumerator.Instance;
System\Windows\Controls\ItemCollection.cs (1)
201return EmptyEnumerator.Instance;
System\Windows\Controls\ItemsControl.cs (1)
275return EmptyEnumerator.Instance;
System\Windows\Controls\Panel.cs (1)
152return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
657return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
93return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\Popup.cs (1)
1392return EmptyEnumerator.Instance;
System\Windows\Controls\RichTextBox.cs (1)
541return EmptyEnumerator.Instance;
System\Windows\Controls\TextBlock.cs (2)
223return EmptyEnumerator.Instance; 237return EmptyEnumerator.Instance; // When we do not own the text tree we may not report its children as ours.
System\Windows\Controls\ToolBarTray.cs (1)
301return EmptyEnumerator.Instance;
System\Windows\Controls\ViewBox.cs (1)
251return EmptyEnumerator.Instance;
System\Windows\Documents\AdornerLayer.cs (1)
397return EmptyEnumerator.Instance;
System\Windows\LogicalTreeHelper.cs (2)
444return MS.Internal.Controls.EmptyEnumerator.Instance; 473_enumerator = MS.Internal.Controls.EmptyEnumerator.Instance;