5 implementations of ReadLocalValue
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
300object ITextPointer.ReadLocalValue(DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
161object ITextPointer.ReadLocalValue(DependencyProperty property)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
222object ITextPointer.ReadLocalValue(DependencyProperty property)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
150object ITextPointer.ReadLocalValue(DependencyProperty property)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2548object ITextPointer.ReadLocalValue(DependencyProperty formattingProperty)
7 references to ReadLocalValue
PresentationFramework (7)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
158/// <see cref="ITextPointer.ReadLocalValue"/> 755/// <see cref="ITextPointer.ReadLocalValue"/> 765return thisTp.ChildPointer.ReadLocalValue(property);
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
219/// <see cref="ITextPointer.ReadLocalValue"/>
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
148/// <see cref="ITextPointer.ReadLocalValue"/>
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
911WriteNoninheritableProperty(xmlWriter, property, propertyValue, propertyOwnerType, onlyAffected, complexProperties, context.ReadLocalValue(property)); 986object propertyValue = context.ReadLocalValue(locallySetProperty);