void ReleaseDesignerOutlets() { if (CloseButton != null) { CloseButton.Dispose(); CloseButton = null; } if (SaveButton != null) { SaveButton.Dispose(); SaveButton = null; } if (TagsTableView != null) { TagsTableView.Dispose(); TagsTableView = null; } if (TextField != null) { TextField.Dispose(); TextField = null; } }
void ReleaseDesignerOutlets() { if (BottomConstraint != null) { BottomConstraint.Dispose(); BottomConstraint = null; } if (CloseButton != null) { CloseButton.Dispose(); CloseButton = null; } if (EmptyStateImage != null) { EmptyStateImage.Dispose(); EmptyStateImage = null; } if (EmptyStateLabel != null) { EmptyStateLabel.Dispose(); EmptyStateLabel = null; } if (SaveButton != null) { SaveButton.Dispose(); SaveButton = null; } if (TagsTableView != null) { TagsTableView.Dispose(); TagsTableView = null; } if (TextField != null) { TextField.Dispose(); TextField = null; } if (TitleLabel != null) { TitleLabel.Dispose(); TitleLabel = null; } if (SearchView != null) { SearchView.Dispose(); SearchView = null; } }
void ReleaseDesignerOutlets() { if (AddNoteButton != null) { AddNoteButton.Dispose(); AddNoteButton = null; } if (AssignLabelTF != null) { AssignLabelTF.Dispose(); AssignLabelTF = null; } if (DelNoteButton != null) { DelNoteButton.Dispose(); DelNoteButton = null; } if (EditButton != null) { EditButton.Dispose(); EditButton = null; } if (TagsTableView != null) { TagsTableView.Dispose(); TagsTableView = null; } if (TitleLabelTF != null) { TitleLabelTF.Dispose(); TitleLabelTF = null; } }
void ReleaseDesignerOutlets() { if (CloseButton != null) { CloseButton.Dispose(); CloseButton = null; } if (SaveButton != null) { SaveButton.Dispose(); SaveButton = null; } if (TagsTableView != null) { TagsTableView.Dispose(); TagsTableView = null; } if (TextField != null) { TextField.Dispose(); TextField = null; } if (EmptyStateImage != null) { EmptyStateImage.Dispose(); EmptyStateImage = null; } if (EmptyStateLabel != null) { EmptyStateLabel.Dispose(); EmptyStateLabel = null; } }
void ReleaseDesignerOutlets() { if (AllButton != null) { AllButton.Dispose(); AllButton = null; } if (AnnotationCustomView != null) { AnnotationCustomView.Dispose(); AnnotationCustomView = null; } if (AnnotationTableView != null) { AnnotationTableView.Dispose(); AnnotationTableView = null; } if (FunctionButtonView != null) { FunctionButtonView.Dispose(); FunctionButtonView = null; } if (HighlightsButton != null) { HighlightsButton.Dispose(); HighlightsButton = null; } if (NotesButton != null) { NotesButton.Dispose(); NotesButton = null; } if (OrphansButton != null) { OrphansButton.Dispose(); OrphansButton = null; } if (TagsTableView != null) { TagsTableView.Dispose(); TagsTableView = null; } if (TagsView != null) { TagsView.Dispose(); TagsView = null; } if (InfoLabelTF != null) { InfoLabelTF.Dispose(); InfoLabelTF = null; } }
void ReleaseDesignerOutlets() { if (AssignLabelTF != null) { AssignLabelTF.Dispose(); AssignLabelTF = null; } if (DateLabelTF != null) { DateLabelTF.Dispose(); DateLabelTF = null; } if (DelAnnotationBtn != null) { DelAnnotationBtn.Dispose(); DelAnnotationBtn = null; } if (DelNoteButton != null) { DelNoteButton.Dispose(); DelNoteButton = null; } if (EditButton != null) { EditButton.Dispose(); EditButton = null; } if (HSeprator != null) { HSeprator.Dispose(); HSeprator = null; } if (NoteBkgView != null) { NoteBkgView.Dispose(); NoteBkgView = null; } if (NoteButton != null) { NoteButton.Dispose(); NoteButton = null; } if (NoteTextView != null) { NoteTextView.Dispose(); NoteTextView = null; } if (TagsTableView != null) { TagsTableView.Dispose(); TagsTableView = null; } if (TitleLabelTF != null) { TitleLabelTF.Dispose(); TitleLabelTF = null; } if (VSeprator != null) { VSeprator.Dispose(); VSeprator = null; } }