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