11 references to ActiveForm
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
260Form activeForm = Form.ActiveForm;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
808if (this.Visible && Form.ActiveForm != this)
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ActivityDesigner.cs (5)
3064if (Form.ActiveForm != null && Form.ActiveForm.GetType().FullName.Equals(typeof(ItemPalette).FullName + "+Palette", StringComparison.Ordinal)) 3065formShown = (Form.ActiveForm.Location == designer.PointToScreen(new Point(activatedBounds.Left, activatedBounds.Bottom))); 3074else if (Form.ActiveForm != null && Form.ActiveForm.GetType().FullName.Equals(typeof(ItemPalette).FullName + "+Palette", StringComparison.Ordinal))
AuthoringOM\Design\DesignerHelpers.cs (1)
1393owner = Form.ActiveForm as IWin32Window;
System.WorkflowServices (3)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (3)
234formCancelButton = Form.ActiveForm.CancelButton as Button; 235Form.ActiveForm.CancelButton = null; 242Form.ActiveForm.CancelButton = formCancelButton;