1 write to _wrIC
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
12295
_wrIC
= new WeakReference<ItemsControl>(itemsControl);
2 references to _wrIC
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12379
if (
_wrIC
.TryGetTarget(out ItemsControl ic))
12395
if (
_wrIC
.TryGetTarget(out ItemsControl ic))