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