3 references to GetOutmostPanel
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (3)
272
return this.TranslatePoint(location, this.
GetOutmostPanel
());
297
return this == this.
GetOutmostPanel
();
309
FreeFormPanel outmost = panel.
GetOutmostPanel
();