1 write to _needUpdateVisualTree
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
221set { _needUpdateVisualTree = value; }
1 reference to _needUpdateVisualTree
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
220get { return _needUpdateVisualTree; }