void ReleaseDesignerOutlets()
        {
            if (textField != null)
            {
                textField.Dispose();
                textField = null;
            }

            if (searchField != null)
            {
                searchField.Dispose();
                searchField = null;
            }

            if (segmentedControl != null)
            {
                segmentedControl.Dispose();
                segmentedControl = null;
            }

            if (popUpButton != null)
            {
                popUpButton.Dispose();
                popUpButton = null;
            }

            if (circularSlider != null)
            {
                circularSlider.Dispose();
                circularSlider = null;
            }

            if (horizontalSlider != null)
            {
                horizontalSlider.Dispose();
                horizontalSlider = null;
            }

            if (comboBox != null)
            {
                comboBox.Dispose();
                comboBox = null;
            }

            if (horizontalProgressIndicator != null)
            {
                horizontalProgressIndicator.Dispose();
                horizontalProgressIndicator = null;
            }

            if (circularProgressIndicator != null)
            {
                circularProgressIndicator.Dispose();
                circularProgressIndicator = null;
            }

            if (pathControl != null)
            {
                pathControl.Dispose();
                pathControl = null;
            }

            if (disclosureArrow != null)
            {
                disclosureArrow.Dispose();
                disclosureArrow = null;
            }

            if (levelIndicator != null)
            {
                levelIndicator.Dispose();
                levelIndicator = null;
            }

            if (colorWell != null)
            {
                colorWell.Dispose();
                colorWell = null;
            }

            if (tokenField != null)
            {
                tokenField.Dispose();
                tokenField = null;
            }

            if (imageView != null)
            {
                imageView.Dispose();
                imageView = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (textField != null) {
                textField.Dispose ();
                textField = null;
            }

            if (searchField != null) {
                searchField.Dispose ();
                searchField = null;
            }

            if (segmentedControl != null) {
                segmentedControl.Dispose ();
                segmentedControl = null;
            }

            if (popUpButton != null) {
                popUpButton.Dispose ();
                popUpButton = null;
            }

            if (circularSlider != null) {
                circularSlider.Dispose ();
                circularSlider = null;
            }

            if (horizontalSlider != null) {
                horizontalSlider.Dispose ();
                horizontalSlider = null;
            }

            if (comboBox != null) {
                comboBox.Dispose ();
                comboBox = null;
            }

            if (horizontalProgressIndicator != null) {
                horizontalProgressIndicator.Dispose ();
                horizontalProgressIndicator = null;
            }

            if (circularProgressIndicator != null) {
                circularProgressIndicator.Dispose ();
                circularProgressIndicator = null;
            }

            if (pathControl != null) {
                pathControl.Dispose ();
                pathControl = null;
            }

            if (disclosureArrow != null) {
                disclosureArrow.Dispose ();
                disclosureArrow = null;
            }

            if (levelIndicator != null) {
                levelIndicator.Dispose ();
                levelIndicator = null;
            }

            if (colorWell != null) {
                colorWell.Dispose ();
                colorWell = null;
            }

            if (tokenField != null) {
                tokenField.Dispose ();
                tokenField = null;
            }

            if (imageView != null) {
                imageView.Dispose ();
                imageView = null;
            }
        }