4 references to GetValueAt
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (4)
1243object valueAtEndPos = attr.GetValueAt(end); 1244while (start.CompareTo(end) < 0 && attr.AreEqual(valueAtEndPos, attr.GetValueAt(start))) 1700if (attr.AreEqual(value, attr.GetValueAt(position))) 1731if (attr.AreEqual(value, attr.GetValueAt(position)))