3 references to GetValueAtDelegate
PresentationFramework (3)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (3)
1561internal TextAttributeHelper(GetValueAtDelegate getValueDelegate, AreEqualDelegate areEqualDelegate) 1567internal GetValueAtDelegate GetValueAt { get { return _getValueDelegate; } } 1570private GetValueAtDelegate _getValueDelegate;