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