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