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