11 writes to resizeOption
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (11)
327this.resizeOption = ResizeValues.TopLeft; 332this.resizeOption = ResizeValues.TopRight; 337this.resizeOption = ResizeValues.BottomLeft; 342this.resizeOption = ResizeValues.BottomRight; 347this.resizeOption = ResizeValues.Top; 352this.resizeOption = ResizeValues.Bottom; 357this.resizeOption = ResizeValues.Left; 362this.resizeOption = ResizeValues.Right; 368this.resizeOption = ResizeValues.NONE; 376this.resizeOption = ResizeValues.NONE; 403this.resizeOption = ResizeValues.NONE;
3 references to resizeOption
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (3)
387if (this.resizeOption != ResizeValues.NONE && sender == this.border) 409switch (this.resizeOption) 444Fx.Assert("not supported resize option " + this.resizeOption);