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