3 references to BulletStyleAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
481
new AutomationAttributeInfo( null, TextPattern.
BulletStyleAttribute
, typeof(BulletStyle) ),
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
104
if (attribute == TextPattern.
BulletStyleAttribute
584
else if (attribute == TextPattern.
BulletStyleAttribute
) { rval = GetBulletStyle(range.Para); }