2 writes to _headerTrackingRoot
PresentationFramework (2)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
233header.Tracker.StartTracking(ref _headerTrackingRoot); 255header.Tracker.StopTracking(ref _headerTrackingRoot);
4 references to _headerTrackingRoot
PresentationFramework (4)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (4)
232header.Tracker.Debug_AssertNotInList(_headerTrackingRoot); 236header.Tracker.Debug_AssertIsInList(_headerTrackingRoot); 336ContainerTracking<DataGridColumnHeader> tracker = _headerTrackingRoot; 1047return _headerTrackingRoot;