2 writes to _headerTrackingRoot
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
239header.Tracker.StartTracking(ref _headerTrackingRoot); 261header.Tracker.StopTracking(ref _headerTrackingRoot);
4 references to _headerTrackingRoot
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (4)
238header.Tracker.Debug_AssertNotInList(_headerTrackingRoot); 242header.Tracker.Debug_AssertIsInList(_headerTrackingRoot); 345ContainerTracking<DataGridColumnHeader> tracker = _headerTrackingRoot; 1058return _headerTrackingRoot;