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