Skip to content

Commit fa20b0c

Browse files
RonHecklindexi
andauthored
Update src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/MenuItemAutomationPeer.cs
Co-authored-by: lindexi <[email protected]>
1 parent d113a45 commit fa20b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Automation/Peers/MenuItemAutomationPeer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private static bool AddPeerToList(AutomationPeer peer, ref List<AutomationPeer>
223223
return false;
224224
}
225225

226-
private static bool iterate(DependencyObject parent, ref List<AutomationPeer> children)
226+
private static bool Iterate(DependencyObject parent, ref List<AutomationPeer> children)
227227
{
228228
bool done = false;
229229

0 commit comments

Comments
 (0)