mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-24 06:55:19 -07:00
spelling: because
This commit is contained in:
parent
8fa9a691cc
commit
d87fb62a00
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace Calculator.UIAutomationLibrary
|
||||||
{
|
{
|
||||||
public const string CoreWindowClassName = "Windows.UI.Core.CoreWindow";
|
public const string CoreWindowClassName = "Windows.UI.Core.CoreWindow";
|
||||||
|
|
||||||
// This doesn't actually work right now becaue popup will disappear
|
// This doesn't actually work right now because popup will disappear
|
||||||
// Bug 13713223: ContentDialog/Popup does not show up in the UIA tree when Windows.Current.Content has an AutomationName set.
|
// Bug 13713223: ContentDialog/Popup does not show up in the UIA tree when Windows.Current.Content has an AutomationName set.
|
||||||
// public static readonly UICondition TopLevelWindowUICondition = UICondition.CreateFromId(Constants.TopLevelWindowAutomationId);
|
// public static readonly UICondition TopLevelWindowUICondition = UICondition.CreateFromId(Constants.TopLevelWindowAutomationId);
|
||||||
public static readonly UICondition CoreWindowUICondition = UICondition.CreateFromClassName(CoreWindowClassName)
|
public static readonly UICondition CoreWindowUICondition = UICondition.CreateFromClassName(CoreWindowClassName)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue