4 references to GetValueAt
PresentationFramework (4)
System\Windows\Controls\TextRangeAdaptor.cs (4)
1232object valueAtEndPos = attr.GetValueAt(end); 1233while (start.CompareTo(end) < 0 && attr.AreEqual(valueAtEndPos, attr.GetValueAt(start))) 1680if (attr.AreEqual(value, attr.GetValueAt(position))) 1711if (attr.AreEqual(value, attr.GetValueAt(position)))