35 references to Unloaded
PresentationFramework (7)
src\Framework\MS\Internal\FrameworkObject.cs (2)
1086_fe.Unloaded += value; 1101_fe.Unloaded -= value;
src\Framework\System\Windows\Controls\AVElementHelper.cs (1)
361_element.Unloaded += new RoutedEventHandler(this.OnUnloaded);
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
166ctrl._parentPopup.Unloaded += new RoutedEventHandler(ctrl.OnPopupUnloaded); 558_parentPopup.Unloaded -= new RoutedEventHandler(OnPopupUnloaded);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
378popup.Unloaded += CloseOnUnloadedHandler; 397popup.Unloaded -= CloseOnUnloadedHandler;
System.Activities.Core.Presentation (3)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
103this.Unloaded += (sender, e) => 192this.Unloaded += this.OnDynamicArgumentDesignerUnloaded; 210this.Unloaded -= this.OnDynamicArgumentDesignerUnloaded;
System.Activities.Presentation (25)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
60this.Unloaded += (sender, args) =>
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
317container.Unloaded += new RoutedEventHandler(OnContainerUnloaded); 370container.Unloaded -= new RoutedEventHandler(OnContainerUnloaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderStandardCategoryLayout.cs (2)
71container.Unloaded += new RoutedEventHandler(OnPropertyContainerUnloaded); 98container.Unloaded -= new RoutedEventHandler(OnPropertyContainerUnloaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (1)
52this.Unloaded += new RoutedEventHandler(OnUnloaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (4)
280target.Unloaded += new RoutedEventHandler(OnSelectionStopDoubleClickTargetUnloaded); 285target.Unloaded -= new RoutedEventHandler(OnSelectionStopDoubleClickTargetUnloaded); 439target.Unloaded += new RoutedEventHandler(OnKeyDownTargetUnloaded); 444target.Unloaded -= new RoutedEventHandler(OnKeyDownTargetUnloaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (1)
30this.Unloaded += new RoutedEventHandler(OnUnloaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
59this.Unloaded += new RoutedEventHandler(OnUnloaded);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
52this.Unloaded += (sender, e) =>
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
446newMenu.Unloaded += this.OnWorkflowViewContextMenuClosed; 510contextMenuToUnload.Unloaded -= this.OnWorkflowViewContextMenuClosed;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
272this.Unloaded += this.OnDesignerViewUnloaded;
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
186this.Unloaded += new RoutedEventHandler(TypePresenter_Unloaded);
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (3)
226view.Unloaded += this.OnViewUnloaded; 274itemView.Unloaded += this.OnViewUnloaded; 325this.Unloaded += (sender, args) =>
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
126this.Unloaded += this.OnExpressionTextBoxUnloaded;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
222this.view.Unloaded += (s, e) =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
309this.Unloaded += (s, eventArgs) =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
354this.Unloaded += (s, eventArgs) =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
178this.Unloaded += (sender, eventArgs) =>