3 writes to _storage
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
1304
_storage
= null;
1319
_storage
= null;
1323
_storage
= new WeakReference<T>(value);
4 references to _storage
PresentationFramework (4)
System\Windows\Controls\PopupControlService.cs (4)
1300
if (
_storage
!= null)
1302
if (!
_storage
.TryGetTarget(out value))
1321
else if (
_storage
== null)
1327
_storage
.SetTarget(value);