void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (ActivityIndicator != null) { ActivityIndicator.Dispose(); ActivityIndicator = null; } if (LoadingView != null) { LoadingView.Dispose(); LoadingView = null; } if (MessageLabel != null) { MessageLabel.Dispose(); MessageLabel = null; } if (ProgressLabel != null) { ProgressLabel.Dispose(); ProgressLabel = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (FeatureSourceList != null) { FeatureSourceList.Dispose(); FeatureSourceList = null; } if (splitView != null) { splitView.Dispose(); splitView = null; } if (bottomView != null) { bottomView.Dispose(); bottomView = null; } if (bottomViewBorder != null) { bottomViewBorder.Dispose(); bottomViewBorder = null; } }
void ReleaseDesignerOutlets() { if (Test1Button != null) { Test1Button.Dispose(); Test1Button = null; } if (Test2Button != null) { Test2Button.Dispose(); Test2Button = null; } if (Test3Button != null) { Test3Button.Dispose(); Test3Button = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } }
protected override void Dispose(bool disposing) { base.Dispose(disposing); if (disposing) { ContentView.Dispose(); ContentView = null; } }
void ReleaseDesignerOutlets() { if (ApiLabel != null) { ApiLabel.Dispose(); ApiLabel = null; } if (CalServiceLabel != null) { CalServiceLabel.Dispose(); CalServiceLabel = null; } if (ConnectedToLabel != null) { ConnectedToLabel.Dispose(); ConnectedToLabel = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (CrmLabel != null) { CrmLabel.Dispose(); CrmLabel = null; } if (ErrorButton != null) { ErrorButton.Dispose(); ErrorButton = null; } if (NavigationBar != null) { NavigationBar.Dispose(); NavigationBar = null; } if (ReloadButton != null) { ReloadButton.Dispose(); ReloadButton = null; } if (VersonLabel != null) { VersonLabel.Dispose(); VersonLabel = null; } }
void ReleaseDesignerOutlets() { if (btnSignup != null) { btnSignup.Dispose(); btnSignup = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (scrollViewer != null) { scrollViewer.Dispose(); scrollViewer = null; } if (tbCollege != null) { tbCollege.Dispose(); tbCollege = null; } if (tbGender != null) { tbGender.Dispose(); tbGender = null; } if (tbPassword != null) { tbPassword.Dispose(); tbPassword = null; } if (tbPasswordRe != null) { tbPasswordRe.Dispose(); tbPasswordRe = null; } if (tbTel != null) { tbTel.Dispose(); tbTel = null; } if (tbUsername != null) { tbUsername.Dispose(); tbUsername = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (searchDisplayController != null) { searchDisplayController.Dispose(); searchDisplayController = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (TableView != null) { TableView.Dispose(); TableView = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (SourceList != null) { SourceList.Dispose(); SourceList = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (NameLabel != null) { NameLabel.Dispose(); NameLabel = null; } }
void ReleaseDesignerOutlets() { if (SegmentedControl != null) { SegmentedControl.Dispose(); SegmentedControl = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } }
protected override void Dispose(DisposeTypes type) { if (disposed) { return; } if (type == DisposeTypes.Explicit) { if (titleText != null) { Remove(titleText); titleText.Dispose(); titleText = null; } if (backgroundImage != null) { Remove(backgroundImage); backgroundImage.Dispose(); backgroundImage = null; } if (shadowImage != null) { Remove(shadowImage); shadowImage.Dispose(); shadowImage = null; } if (ContentView != null) { Remove(ContentView); ContentView.Dispose(); ContentView = null; } if (buttonList != null) { foreach (Button btn in buttonList) { Remove(btn); btn.Dispose(); } } } base.Dispose(type); }
void ReleaseDesignerOutlets() { if (DescriptionLabel != null) { DescriptionLabel.Dispose(); DescriptionLabel = null; } if (RoomsLabel != null) { RoomsLabel.Dispose(); RoomsLabel = null; } if (LivingAreaLabel != null) { LivingAreaLabel.Dispose(); LivingAreaLabel = null; } if (LotSizeLabel != null) { LotSizeLabel.Dispose(); LotSizeLabel = null; } if (OperatingCostsLabel != null) { OperatingCostsLabel.Dispose(); OperatingCostsLabel = null; } if (ScrollView != null) { ScrollView.Dispose(); ScrollView = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (DrawView != null) { DrawView.Dispose(); DrawView = null; } if (ImageView != null) { ImageView.Dispose(); ImageView = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (AddressContainer != null) { AddressContainer.Dispose(); AddressContainer = null; } if (AddressHeightConstraint != null) { AddressHeightConstraint.Dispose(); AddressHeightConstraint = null; } if (AddressLabel != null) { AddressLabel.Dispose(); AddressLabel = null; } if (CoverView != null) { CoverView.Dispose(); CoverView = null; } if (MapView != null) { MapView.Dispose(); MapView = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (OpslaanButton != null) { OpslaanButton.Dispose(); OpslaanButton = null; } if (SluitenButton != null) { SluitenButton.Dispose(); SluitenButton = null; } if (TableView != null) { TableView.Dispose(); TableView = null; } if (TerugButton != null) { TerugButton.Dispose(); TerugButton = null; } if (_BestandsnaamLabel != null) { _BestandsnaamLabel.Dispose(); _BestandsnaamLabel = null; } }
void ReleaseDesignerOutlets() { if (BackgroundImage != null) { BackgroundImage.Dispose(); BackgroundImage = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (SubtitleLabel != null) { SubtitleLabel.Dispose(); SubtitleLabel = null; } if (TitleBottomGapConstraint != null) { TitleBottomGapConstraint.Dispose(); TitleBottomGapConstraint = null; } if (TitleLabel != null) { TitleLabel.Dispose(); TitleLabel = null; } if (Gradient != null) { Gradient.Dispose(); Gradient = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (BackgroundView != null) { BackgroundView.Dispose(); BackgroundView = null; } if (FavoritesButton != null) { FavoritesButton.Dispose(); FavoritesButton = null; } if (Separator != null) { Separator.Dispose(); Separator = null; } if (SortByLabel != null) { SortByLabel.Dispose(); SortByLabel = null; } if (SortBySegments != null) { SortBySegments.Dispose(); SortBySegments = null; } }
void ReleaseDesignerOutlets() { if (PaymentHintLabel != null) { PaymentHintLabel.Dispose(); PaymentHintLabel = null; } if (AmountHintLabel != null) { AmountHintLabel.Dispose(); AmountHintLabel = null; } if (AmountLabel != null) { AmountLabel.Dispose(); AmountLabel = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (DeliveryNameLabel != null) { DeliveryNameLabel.Dispose(); DeliveryNameLabel = null; } if (DeliveryPointAddressLabel != null) { DeliveryPointAddressLabel.Dispose(); DeliveryPointAddressLabel = null; } if (DeliveryPointNameLabel != null) { DeliveryPointNameLabel.Dispose(); DeliveryPointNameLabel = null; } if (DeliveryPriceLabel != null) { DeliveryPriceLabel.Dispose(); DeliveryPriceLabel = null; } if (ItemsLabel != null) { ItemsLabel.Dispose(); ItemsLabel = null; } if (ItemsView != null) { ItemsView.Dispose(); ItemsView = null; } if (OrderStatusHeight != null) { OrderStatusHeight.Dispose(); OrderStatusHeight = null; } if (OrderStatusTableView != null) { OrderStatusTableView.Dispose(); OrderStatusTableView = null; } if (PaymentNameLabel != null) { PaymentNameLabel.Dispose(); PaymentNameLabel = null; } if (RepeatButton != null) { RepeatButton.Dispose(); RepeatButton = null; } }
void ReleaseDesignerOutlets() { if (ActionButton != null) { ActionButton.Dispose(); ActionButton = null; } if (AddedGuideCardLabel != null) { AddedGuideCardLabel.Dispose(); AddedGuideCardLabel = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (CurrencyDateLabel != null) { CurrencyDateLabel.Dispose(); CurrencyDateLabel = null; } if (CustomerSupportEmailLabel != null) { CustomerSupportEmailLabel.Dispose(); CustomerSupportEmailLabel = null; } if (CustomerSupportTelLabel != null) { CustomerSupportTelLabel.Dispose(); CustomerSupportTelLabel = null; } if (DeletedGuideCardLabel != null) { DeletedGuideCardLabel.Dispose(); DeletedGuideCardLabel = null; } if (DescriptionContentLabel != null) { DescriptionContentLabel.Dispose(); DescriptionContentLabel = null; } if (DescriptionInfoContainerView != null) { DescriptionInfoContainerView.Dispose(); DescriptionInfoContainerView = null; } if (ExpiredInfoContainerView != null) { ExpiredInfoContainerView.Dispose(); ExpiredInfoContainerView = null; } if (FullTextCaseContentLabel != null) { FullTextCaseContentLabel.Dispose(); FullTextCaseContentLabel = null; } if (FullTextCaseInfoContainerView != null) { FullTextCaseInfoContainerView.Dispose(); FullTextCaseInfoContainerView = null; } if (InfoScrollView != null) { InfoScrollView.Dispose(); InfoScrollView = null; } if (InstalledDateLabel != null) { InstalledDateLabel.Dispose(); InstalledDateLabel = null; } if (LoanTagLabel != null) { LoanTagLabel.Dispose(); LoanTagLabel = null; } if (MoreDescriptionLabel != null) { MoreDescriptionLabel.Dispose(); MoreDescriptionLabel = null; } if (MoreExpireInfoDetailLabel != null) { MoreExpireInfoDetailLabel.Dispose(); MoreExpireInfoDetailLabel = null; } if (MoreFullTextCaseDetailLabel != null) { MoreFullTextCaseDetailLabel.Dispose(); MoreFullTextCaseDetailLabel = null; } if (PlusCaseTagLabel != null) { PlusCaseTagLabel.Dispose(); PlusCaseTagLabel = null; } if (PracticeAreaLabel != null) { PracticeAreaLabel.Dispose(); PracticeAreaLabel = null; } if (PublicationAuthorLabel != null) { PublicationAuthorLabel.Dispose(); PublicationAuthorLabel = null; } if (PublicationCoverContainer != null) { PublicationCoverContainer.Dispose(); PublicationCoverContainer = null; } if (PublicationNameLabel != null) { PublicationNameLabel.Dispose(); PublicationNameLabel = null; } if (SizeLabel != null) { SizeLabel.Dispose(); SizeLabel = null; } if (SubcategoryLabel != null) { SubcategoryLabel.Dispose(); SubcategoryLabel = null; } if (TagSpaceLabel != null) { TagSpaceLabel.Dispose(); TagSpaceLabel = null; } if (TitleAuthorScrollView != null) { TitleAuthorScrollView.Dispose(); TitleAuthorScrollView = null; } if (UpdateGuideCardLabel != null) { UpdateGuideCardLabel.Dispose(); UpdateGuideCardLabel = null; } if (VersionLabel != null) { VersionLabel.Dispose(); VersionLabel = null; } if (WhatsNewContentLabel != null) { WhatsNewContentLabel.Dispose(); WhatsNewContentLabel = null; } if (WhatsNewDateLabel != null) { WhatsNewDateLabel.Dispose(); WhatsNewDateLabel = null; } if (ExpireInfoDetailTextView != null) { ExpireInfoDetailTextView.Dispose(); ExpireInfoDetailTextView = null; } }
void ReleaseDesignerOutlets() { if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (DescriptionTextField != null) { DescriptionTextField.Dispose(); DescriptionTextField = null; } if (DescriptionTextView != null) { DescriptionTextView.Dispose(); DescriptionTextView = null; } if (LivingAreaTextField != null) { LivingAreaTextField.Dispose(); LivingAreaTextField = null; } if (LotSizeTextField != null) { LotSizeTextField.Dispose(); LotSizeTextField = null; } if (OperatingCostsTextField != null) { OperatingCostsTextField.Dispose(); OperatingCostsTextField = null; } if (RoomsTextField != null) { RoomsTextField.Dispose(); RoomsTextField = null; } if (ScrollView != null) { ScrollView.Dispose(); ScrollView = null; } if (StreetNameLabel != null) { StreetNameLabel.Dispose(); StreetNameLabel = null; } if (StreetNameTextField != null) { StreetNameTextField.Dispose(); StreetNameTextField = null; } if (DescriptionLabelTopConstraint != null) { DescriptionLabelTopConstraint.Dispose(); DescriptionLabelTopConstraint = null; } }
void ReleaseDesignerOutlets() { if (ActivityIndicator != null) { ActivityIndicator.Dispose(); ActivityIndicator = null; } if (BgImageView != null) { BgImageView.Dispose(); BgImageView = null; } if (CityLabel != null) { CityLabel.Dispose(); CityLabel = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (ContentView_LayoutCenterY != null) { ContentView_LayoutCenterY.Dispose(); ContentView_LayoutCenterY = null; } if (DayLabel != null) { DayLabel.Dispose(); DayLabel = null; } if (HumidityLabel != null) { HumidityLabel.Dispose(); HumidityLabel = null; } if (MainLabel != null) { MainLabel.Dispose(); MainLabel = null; } if (MonthLabel != null) { MonthLabel.Dispose(); MonthLabel = null; } if (TableView != null) { TableView.Dispose(); TableView = null; } if (TempLabel != null) { TempLabel.Dispose(); TempLabel = null; } if (WindLabel != null) { WindLabel.Dispose(); WindLabel = null; } }
void ReleaseDesignerOutlets() { if (BackgroundView != null) { BackgroundView.Dispose(); BackgroundView = null; } if (CloseButton != null) { CloseButton.Dispose(); CloseButton = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (FavouriteSongsCollectionView != null) { FavouriteSongsCollectionView.Dispose(); FavouriteSongsCollectionView = null; } if (FavouritesTitle != null) { FavouritesTitle.Dispose(); FavouritesTitle = null; } if (FooterView != null) { FooterView.Dispose(); FooterView = null; } if (MaskView != null) { MaskView.Dispose(); MaskView = null; } if (NextLabel != null) { NextLabel.Dispose(); NextLabel = null; } if (PlayerBlurScreen != null) { PlayerBlurScreen.Dispose(); PlayerBlurScreen = null; } if (PlayingSongCoverImageView != null) { PlayingSongCoverImageView.Dispose(); PlayingSongCoverImageView = null; } if (ProgressView != null) { ProgressView.Dispose(); ProgressView = null; } if (SongArtist != null) { SongArtist.Dispose(); SongArtist = null; } if (SongsQueueTitle != null) { SongsQueueTitle.Dispose(); SongsQueueTitle = null; } if (SongsQueueView != null) { SongsQueueView.Dispose(); SongsQueueView = null; } if (SongTitle != null) { SongTitle.Dispose(); SongTitle = null; } if (SubContentViewClipped != null) { SubContentViewClipped.Dispose(); SubContentViewClipped = null; } if (SunContentView != null) { SunContentView.Dispose(); SunContentView = null; } if (TableView != null) { TableView.Dispose(); TableView = null; } }
void ReleaseDesignerOutlets() { if (AddUserBtn != null) { AddUserBtn.Dispose(); AddUserBtn = null; } if (btnCancel != null) { btnCancel.Dispose(); btnCancel = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (HeaderView != null) { HeaderView.Dispose(); HeaderView = null; } if (lblPasswordError != null) { lblPasswordError.Dispose(); lblPasswordError = null; } if (lblTitle != null) { lblTitle.Dispose(); lblTitle = null; } if (mainScrollView != null) { mainScrollView.Dispose(); mainScrollView = null; } if (txtAddressLine1 != null) { txtAddressLine1.Dispose(); txtAddressLine1 = null; } if (txtCity != null) { txtCity.Dispose(); txtCity = null; } if (txtName != null) { txtName.Dispose(); txtName = null; } if (txtPassword != null) { txtPassword.Dispose(); txtPassword = null; } if (txtPhone != null) { txtPhone.Dispose(); txtPhone = null; } if (txtStreetLine2 != null) { txtStreetLine2.Dispose(); txtStreetLine2 = null; } if (txtZipcode != null) { txtZipcode.Dispose(); txtZipcode = null; } }
void ReleaseDesignerOutlets() { if (ActivityIndicatorAlignmentSegementControl != null) { ActivityIndicatorAlignmentSegementControl.Dispose(); ActivityIndicatorAlignmentSegementControl = null; } if (BtnDismiss != null) { BtnDismiss.Dispose(); BtnDismiss = null; } if (BtnPrint != null) { BtnPrint.Dispose(); BtnPrint = null; } if (BtnShow != null) { BtnShow.Dispose(); BtnShow = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (coverNavBarSwitch != null) { coverNavBarSwitch.Dispose(); coverNavBarSwitch = null; } if (DismissibleWithTapSwitch != null) { DismissibleWithTapSwitch.Dispose(); DismissibleWithTapSwitch = null; } if (ForceUserInteractionSwitch != null) { ForceUserInteractionSwitch.Dispose(); ForceUserInteractionSwitch = null; } if (ImageAlignmentSegmentedControl != null) { ImageAlignmentSegmentedControl.Dispose(); ImageAlignmentSegmentedControl = null; } if (ImageTintEnabledSwitch != null) { ImageTintEnabledSwitch.Dispose(); ImageTintEnabledSwitch = null; } if (ImageTintSlider != null) { ImageTintSlider.Dispose(); ImageTintSlider = null; } if (InAnimationTypeSegmentedControl != null) { InAnimationTypeSegmentedControl.Dispose(); InAnimationTypeSegmentedControl = null; } if (LblDuration != null) { LblDuration.Dispose(); LblDuration = null; } if (LblPadding != null) { LblPadding.Dispose(); LblPadding = null; } if (NavigationBarSwitch != null) { NavigationBarSwitch.Dispose(); NavigationBarSwitch = null; } if (OutAnimationTypeSegmentedControl != null) { OutAnimationTypeSegmentedControl.Dispose(); OutAnimationTypeSegmentedControl = null; } if (ScrollView != null) { ScrollView.Dispose(); ScrollView = null; } if (SegAlignment != null) { SegAlignment.Dispose(); SegAlignment = null; } if (SegFromDirection != null) { SegFromDirection.Dispose(); SegFromDirection = null; } if (SegSubtitleAlignment != null) { SegSubtitleAlignment.Dispose(); SegSubtitleAlignment = null; } if (SegToDirection != null) { SegToDirection.Dispose(); SegToDirection = null; } if (ShowActivityIndicatorSwitch != null) { ShowActivityIndicatorSwitch.Dispose(); ShowActivityIndicatorSwitch = null; } if (ShowImageSwitch != null) { ShowImageSwitch.Dispose(); ShowImageSwitch = null; } if (SlideOverSwitch != null) { SlideOverSwitch.Dispose(); SlideOverSwitch = null; } if (SliderDuration != null) { SliderDuration.Dispose(); SliderDuration = null; } if (SliderPadding != null) { SliderPadding.Dispose(); SliderPadding = null; } if (SlideUnderSwitch != null) { SlideUnderSwitch.Dispose(); SlideUnderSwitch = null; } if (StatusBarSwitch != null) { StatusBarSwitch.Dispose(); StatusBarSwitch = null; } if (Toolbar != null) { Toolbar.Dispose(); Toolbar = null; } if (TxtNotificationMessage != null) { TxtNotificationMessage.Dispose(); TxtNotificationMessage = null; } if (TxtSubtitleMessage != null) { TxtSubtitleMessage.Dispose(); TxtSubtitleMessage = null; } }
void ReleaseDesignerOutlets() { if (AraBgView != null) { AraBgView.Dispose(); AraBgView = null; } if (AraButton != null) { AraButton.Dispose(); AraButton = null; } if (AraText != null) { AraText.Dispose(); AraText = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (FavorilerButton != null) { FavorilerButton.Dispose(); FavorilerButton = null; } if (GeriButton != null) { GeriButton.Dispose(); GeriButton = null; } if (HeaderView != null) { HeaderView.Dispose(); HeaderView = null; } if (IsteklerButton != null) { IsteklerButton.Dispose(); IsteklerButton = null; } if (KapatButton != null) { KapatButton.Dispose(); KapatButton = null; } if (MesajlarButton != null) { MesajlarButton.Dispose(); MesajlarButton = null; } if (TabMenu != null) { TabMenu.Dispose(); TabMenu = null; } }
void ReleaseDesignerOutlets() { if (btnAtiende != null) { btnAtiende.Dispose(); btnAtiende = null; } if (btnGuardar != null) { btnGuardar.Dispose(); btnGuardar = null; } if (btnReporto != null) { btnReporto.Dispose(); btnReporto = null; } if (btnTipoFalla != null) { btnTipoFalla.Dispose(); btnTipoFalla = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (ScrView != null) { ScrView.Dispose(); ScrView = null; } if (txtatiende != null) { txtatiende.Dispose(); txtatiende = null; } if (txtDescripcion != null) { txtDescripcion.Dispose(); txtDescripcion = null; } if (txtequipo != null) { txtequipo.Dispose(); txtequipo = null; } if (txtfechahora != null) { txtfechahora.Dispose(); txtfechahora = null; } if (txtfipofalla != null) { txtfipofalla.Dispose(); txtfipofalla = null; } if (txtFolio != null) { txtFolio.Dispose(); txtFolio = null; } if (txtkmho != null) { txtkmho.Dispose(); txtkmho = null; } if (txtmodelo != null) { txtmodelo.Dispose(); txtmodelo = null; } if (txtnoserie != null) { txtnoserie.Dispose(); txtnoserie = null; } if (txtreporto != null) { txtreporto.Dispose(); txtreporto = null; } }
void ReleaseDesignerOutlets() { if (confirmTextView != null) { confirmTextView.Dispose(); confirmTextView = null; } if (ContentView != null) { ContentView.Dispose(); ContentView = null; } if (emailTextView != null) { emailTextView.Dispose(); emailTextView = null; } if (emailTopConstraint != null) { emailTopConstraint.Dispose(); emailTopConstraint = null; } if (loginBtn != null) { loginBtn.Dispose(); loginBtn = null; } if (passTextView != null) { passTextView.Dispose(); passTextView = null; } if (resetBtn != null) { resetBtn.Dispose(); resetBtn = null; } if (scrollView != null) { scrollView.Dispose(); scrollView = null; } if (showConfirmConstraint != null) { showConfirmConstraint.Dispose(); showConfirmConstraint = null; } if (haveAccountBtn != null) { haveAccountBtn.Dispose(); haveAccountBtn = null; } }