Bug 585435

Summary: TransformPattern shall not work on a Form whose BorderStyle is None
Product: [Mono] UI Automation Reporter: Rui Guo <rguo>
Component: Winforms - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Rui Guo 2010-03-04 12:39:48 UTC
On Windows, if we set a Form's BorderStyle to None, then the form won't support TransformPattern. However with our implementation, we can still get the pattern from the Form, and we can even call TransformPattern.Move on the returned pattern object with firing any exception.