4 writes to NeedUpdateVisualTree
PresentationFramework (4)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
629NeedUpdateVisualTree = false;
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (2)
111gvrp.NeedUpdateVisualTree = true; 276NeedUpdateVisualTree = false;
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
287c.NeedUpdateVisualTree = true;
3 references to NeedUpdateVisualTree
PresentationFramework (3)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
568if (NeedUpdateVisualTree)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
262if (NeedUpdateVisualTree)
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
320get { return (IsInitialized && !NeedUpdateVisualTree); }