1 write to _emptyInstance
PresentationFramework (1)
System\Windows\LogicalTreeHelper.cs (1)
491
_emptyInstance
= new EnumeratorWrapper(null);
2 references to _emptyInstance
PresentationFramework (2)
System\Windows\LogicalTreeHelper.cs (2)
489
if (
_emptyInstance
== null)
494
return
_emptyInstance
;