4 references to GetValueAt
PresentationFramework (4)
System\Windows\Controls\TextRangeAdaptor.cs (4)
1234object valueAtEndPos = attr.GetValueAt(end); 1235while (start.CompareTo(end) < 0 && attr.AreEqual(valueAtEndPos, attr.GetValueAt(start))) 1682if (attr.AreEqual(value, attr.GetValueAt(position))) 1713if (attr.AreEqual(value, attr.GetValueAt(position)))