5 references to HeadingLevelProperty
PresentationCore (4)
System\Windows\Automation\Peers\AutomationPeer.cs (4)
2185if(AutomationElementIdentifiers.HeadingLevelProperty != null && propertyId == AutomationElementIdentifiers.HeadingLevelProperty.Id) 2440if (AutomationElementIdentifiers.HeadingLevelProperty != null) 2442s_propertyInfo[AutomationElementIdentifiers.HeadingLevelProperty.Id] = new GetProperty(GetHeadingLevel);
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
194public static readonly AutomationProperty HeadingLevelProperty = AutomationElementIdentifiers.HeadingLevelProperty;