1 write to surface
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
247
if (!DesignerProperties.GetIsInDesignMode(this) && !TryGetParentExtensionWindow(this, out dummy, out this.
surface
))
7 references to surface
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (7)
197
get { return this.
surface
; }
264
if (null != this.
surface
)
266
this.
surface
.SetWindowPosition(this, position);
452
Point absolutePosition = Mouse.GetPosition(this.
surface
);
501
this.
surface
.SetWindowPosition(this, topLeft);
503
this.
surface
.SetSize(this, size);
526
this.
surface
.SelectWindow(this);