3 instantiations of ScrollTracingInfo
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
11985private static ScrollTracingInfo _nullInfo = new ScrollTracingInfo(null, 0, -1, null, null, null, -1); 12019sti = new ScrollTracingInfo(tracer, _nullInfo.Generation, 0, itemsOwner as FrameworkElement, null, null, 0); 12041sti = new ScrollTracingInfo(tracer, _nullInfo.Generation, parentInfo.Depth + 1, itemsOwner as FrameworkElement, parent, parentItem, itemIndex);
11 references to ScrollTracingInfo
PresentationFramework (11)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (11)
11981ScrollTracingInfo sti = ScrollTracingInfoField.GetValue(vsp); 11985private static ScrollTracingInfo _nullInfo = new ScrollTracingInfo(null, 0, -1, null, null, null, -1); 11993ScrollTracingInfo sti = _nullInfo; // default - do nothing 11994ScrollTracingInfo oldsti = ScrollTracingInfoField.GetValue(vsp); 12029ScrollTracingInfo parentInfo = ScrollTracingInfoField.GetValue(parent); 12076ScrollTracingInfo sti = ScrollTracingInfoField.GetValue(vsp); 12082ScrollTracingInfo sti = ScrollTracingInfoField.GetValue(vsp); 12092private static bool ShouldIgnore(ScrollTraceOp op, ScrollTracingInfo sti) 12231private void AddTrace(VirtualizingStackPanel vsp, ScrollTraceOp op, ScrollTracingInfo sti, params object[] args) 12544static readonly UncommonField<ScrollTracingInfo> 12545ScrollTracingInfoField = new UncommonField<ScrollTracingInfo>();