5 implementations of ReadLocalValue
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
293object ITextPointer.ReadLocalValue(DependencyProperty formattingProperty)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
148object ITextPointer.ReadLocalValue(DependencyProperty property)
System\Windows\Documents\FixedTextPointer.cs (1)
202object ITextPointer.ReadLocalValue(DependencyProperty property)
System\Windows\Documents\NullTextNavigator.cs (1)
142object ITextPointer.ReadLocalValue(DependencyProperty property)
System\Windows\Documents\TextPointer.cs (1)
2519object ITextPointer.ReadLocalValue(DependencyProperty formattingProperty)
7 references to ReadLocalValue
PresentationFramework (7)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
145/// <see cref="ITextPointer.ReadLocalValue"/> 735/// <see cref="ITextPointer.ReadLocalValue"/> 742return thisTp.ChildPointer.ReadLocalValue(property);
System\Windows\Documents\FixedTextPointer.cs (1)
199/// <see cref="ITextPointer.ReadLocalValue"/>
System\Windows\Documents\NullTextNavigator.cs (1)
140/// <see cref="ITextPointer.ReadLocalValue"/>
System\Windows\Documents\TextRangeSerialization.cs (2)
897WriteNoninheritableProperty(xmlWriter, property, propertyValue, propertyOwnerType, onlyAffected, complexProperties, context.ReadLocalValue(property)); 972object propertyValue = context.ReadLocalValue(locallySetProperty);