2 writes to _headerTrackingRoot
PresentationFramework (2)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
234header.Tracker.StartTracking(ref _headerTrackingRoot); 256header.Tracker.StopTracking(ref _headerTrackingRoot);
4 references to _headerTrackingRoot
PresentationFramework (4)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (4)
233header.Tracker.Debug_AssertNotInList(_headerTrackingRoot); 237header.Tracker.Debug_AssertIsInList(_headerTrackingRoot); 340ContainerTracking<DataGridColumnHeader> tracker = _headerTrackingRoot; 1057return _headerTrackingRoot;