12 references to IsOutmostPanel
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (4)
57Fx.Assert(panel.IsOutmostPanel(), "panel should be the outmost FreeFormPanel"); 65Fx.Assert(panel.IsOutmostPanel(), "panel should be the outmost FreeFormPanel"); 73Fx.Assert(panel.IsOutmostPanel(), "panel should be the outmost FreeFormPanel"); 101Fx.Assert(panel.IsOutmostPanel(), "panel should be the outmost FreeFormPanel");
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (8)
239if (this.IsOutmostPanel()) 361bool isOutmostPanel = this.IsOutmostPanel(); 403bool isOutmostPanel = this.IsOutmostPanel(); 474if (e != null && !this.Disabled && this.IsOutmostPanel()) 488if (e != null && !this.Disabled && this.IsOutmostPanel()) 509if (e != null && !this.Disabled && this.IsOutmostPanel()) 531if (e != null && !this.Disabled && this.IsOutmostPanel()) 565if (e != null && !this.Disabled && this.IsOutmostPanel() && e.ClickCount == 1)