private void EnsureWindow() { if (_window == null) { _window = new PythonFormattingOptionsControl(Site, _categories); } }