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