22 references to Instance
PresentationFramework (22)
MS\Internal\Controls\EmptyEnumerable.cs (1)
26return EmptyEnumerator.Instance;
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
213return EmptyEnumerator.Instance;
System\Windows\Controls\ContentControl.cs (2)
72return EmptyEnumerator.Instance; 87return EmptyEnumerator.Instance;
System\Windows\Controls\Decorator.cs (1)
145return EmptyEnumerator.Instance;
System\Windows\Controls\FlowDocumentReader.cs (1)
864return EmptyEnumerator.Instance;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
779return EmptyEnumerator.Instance;
System\Windows\Controls\Grid.cs (1)
121return EmptyEnumerator.Instance;
System\Windows\Controls\ItemCollection.cs (1)
210return EmptyEnumerator.Instance;
System\Windows\Controls\ItemsControl.cs (1)
284return EmptyEnumerator.Instance;
System\Windows\Controls\Panel.cs (1)
159return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
673return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
97return EmptyEnumerator.Instance;
System\Windows\Controls\Primitives\Popup.cs (1)
1383return EmptyEnumerator.Instance;
System\Windows\Controls\RichTextBox.cs (1)
543return EmptyEnumerator.Instance;
System\Windows\Controls\TextBlock.cs (2)
235return EmptyEnumerator.Instance; 249return EmptyEnumerator.Instance; // When we do not own the text tree we may not report its children as ours.
System\Windows\Controls\ToolBarTray.cs (1)
309return EmptyEnumerator.Instance;
System\Windows\Controls\ViewBox.cs (1)
257return EmptyEnumerator.Instance;
System\Windows\Documents\AdornerLayer.cs (1)
401return EmptyEnumerator.Instance;
System\Windows\LogicalTreeHelper.cs (2)
447return MS.Internal.Controls.EmptyEnumerator.Instance; 476_enumerator = MS.Internal.Controls.EmptyEnumerator.Instance;