51 references to Loaded
PresentationFramework (17)
src\Framework\MS\Internal\FrameworkObject.cs (2)
1052_fe.Loaded += value; 1067_fe.Loaded -= value;
src\Framework\System\Windows\Controls\AVElementHelper.cs (1)
359_element.Loaded += new RoutedEventHandler(this.OnLoaded);
src\Framework\System\Windows\Controls\ComboBox.cs (1)
184Loaded += new RoutedEventHandler(OpenOnLoad);
src\Framework\System\Windows\Controls\Frame.cs (2)
612this.Loaded += new RoutedEventHandler(LoadedHandler); 624this.Loaded -= new RoutedEventHandler(LoadedHandler);
src\Framework\System\Windows\Controls\MenuItem.cs (1)
575Loaded += new RoutedEventHandler(OpenOnLoad);
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
51this.Loaded += OnLoaded;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
329Loaded += new RoutedEventHandler(OpenOnLoad);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1040Loaded += new RoutedEventHandler(OnLoadedEventHandler); 1295Loaded -= new RoutedEventHandler(OnLoadedEventHandler);
src\Framework\System\Windows\Controls\ToolBar.cs (1)
238Loaded += new RoutedEventHandler(OpenOnLoad);
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
181Loaded += new RoutedEventHandler(LoadedHandler);
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2503fe.Loaded += OnContentLoaded; 2792((FrameworkElement)_bp).Loaded -= OnContentLoaded;
src\Framework\System\Windows\Window.cs (2)
2000this.Loaded += new RoutedEventHandler(LoadedHandler); 3599this.Loaded -= new RoutedEventHandler(LoadedHandler);
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
230setAsStartNode.Loaded += new RoutedEventHandler(OnSetAsStartNodeLoaded);
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
96this.Loaded += (sender, e) =>
System.Activities.Presentation (32)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
54this.Loaded += (sender, args) =>
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
27this.Loaded += new RoutedEventHandler(this.OnFloatingAnnotationViewLoaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
316container.Loaded += new RoutedEventHandler(OnContainerLoaded); 369container.Loaded -= new RoutedEventHandler(OnContainerLoaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderStandardCategoryLayout.cs (2)
42container.Loaded += new RoutedEventHandler(OnPropertyContainerLoaded); 97container.Loaded -= new RoutedEventHandler(OnPropertyContainerLoaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (1)
396this.Loaded += new RoutedEventHandler(CategoryContainer_Loaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
42this.Loaded += new RoutedEventHandler(OnLoaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (1)
51this.Loaded += new RoutedEventHandler(OnLoaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (1)
29this.Loaded += new RoutedEventHandler(OnLoaded);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
58this.Loaded += new RoutedEventHandler(OnLoaded);
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
148this.Loaded += this.OnDialogWindowLoaded;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (1)
71this.Loaded += (sender, e) =>
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1557this.Loaded += (s, args) =>
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
445newMenu.Loaded += this.OnWorkflowViewContextMenuLoaded; 509contextMenuToUnload.Loaded -= this.OnWorkflowViewContextMenuLoaded;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
271this.Loaded += this.OnDesignerViewLoaded;
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionValueEditor.cs (2)
70this.Loaded += OnWindowLoaded; 85etb.Loaded += new RoutedEventHandler(OnExpressionTextBoxLoaded);
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
138window.Loaded += OnChildWindowLoaded; 168window.Loaded -= OnChildWindowLoaded;
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
185this.Loaded += new RoutedEventHandler(TypePresenter_Loaded);
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1539this.Loaded += (s, args) =>
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
83this.Loaded += (s, e) =>
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (3)
225view.Loaded += this.OnViewLoaded; 273itemView.Loaded += this.OnViewLoaded; 332this.Loaded += (sender, args) =>
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
125this.Loaded += this.OnExpressionTextBoxLoaded;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
194this.view.Loaded += (s, e) =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
280this.Loaded += (s, eventArgs) =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
321this.Loaded += (s, eventArgs) =>
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
142this.Loaded += (sender, eventArgs) =>