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