1 write to _targetName
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
11865
_targetName
= FrameworkCompatibilityPreferences.GetScrollingTraceTarget();
2 references to _targetName
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
11894
if (
_targetName
!= null)
12364
if (traceList == null && target.Name ==
_targetName
)