internal void SetExpanded(bool value) { if (!UIUtils.IsElementVisible(m_ArrowExpander)) { return; } m_PageManager.SetExpanded(package, value); }