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