Skip to content

Commit e786186

Browse files
authored
Fix modifier order
1 parent f0b2ab5 commit e786186

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/System/Windows/Automation/TransformPattern2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private TransformPattern2(AutomationElement el, SafePatternHandle hPattern, bool
4141
#region Public Constants and Readonly Fields
4242

4343
/// <summary>Returns the Transform pattern identifier</summary>
44-
public static readonly new AutomationPattern Pattern = TransformPattern2Identifiers.Pattern;
44+
public static new readonly AutomationPattern Pattern = TransformPattern2Identifiers.Pattern;
4545

4646
/// <summary>Property ID: CanZoom - Indicates whether the control supports zooming of its viewport</summary>
4747
public static readonly AutomationProperty CanZoomProperty = TransformPattern2Identifiers.CanZoomProperty;

0 commit comments

Comments
 (0)