2 references to MixedAttributeValue
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
1241
return (start.CompareTo(end) >= 0) ? valueAtEndPos : TextPatternIdentifiers.
MixedAttributeValue
;
UIAutomationClient (1)
System\Windows\Automation\TextPattern.cs (1)
52
public static readonly object MixedAttributeValue = TextPatternIdentifiers.
MixedAttributeValue
;