Exemplo n.º 1
0
 void ReleaseDesignerOutlets()
 {
     if (linkLabel != null)
     {
         linkLabel.Dispose();
         linkLabel = null;
     }
 }
        void ReleaseDesignerOutlets()
        {
            if (drawLineCheckbox != null)
            {
                drawLineCheckbox.Dispose();
                drawLineCheckbox = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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