3 writes to _storage
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
1305
_storage
= null;
1320
_storage
= null;
1324
_storage
= new WeakReference<T>(value);
4 references to _storage
PresentationFramework (4)
System\Windows\Controls\PopupControlService.cs (4)
1301
if (
_storage
!= null)
1303
if (!
_storage
.TryGetTarget(out value))
1322
else if (
_storage
== null)
1328
_storage
.SetTarget(value);