5 implementations of ReadLocalValue
PresentationFramework (5)
System\Windows\Controls\PasswordTextNavigator.cs (1)
298
object ITextPointer.
ReadLocalValue
(DependencyProperty formattingProperty)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
157
object ITextPointer.
ReadLocalValue
(DependencyProperty property)
System\Windows\Documents\FixedTextPointer.cs (1)
210
object ITextPointer.
ReadLocalValue
(DependencyProperty property)
System\Windows\Documents\NullTextNavigator.cs (1)
148
object ITextPointer.
ReadLocalValue
(DependencyProperty property)
System\Windows\Documents\TextPointer.cs (1)
2525
object ITextPointer.
ReadLocalValue
(DependencyProperty formattingProperty)
7 references to ReadLocalValue
PresentationFramework (7)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
154
/// <see cref="ITextPointer.
ReadLocalValue
"/>
745
/// <see cref="ITextPointer.
ReadLocalValue
"/>
752
return thisTp.ChildPointer.
ReadLocalValue
(property);
System\Windows\Documents\FixedTextPointer.cs (1)
207
/// <see cref="ITextPointer.
ReadLocalValue
"/>
System\Windows\Documents\NullTextNavigator.cs (1)
146
/// <see cref="ITextPointer.
ReadLocalValue
"/>
System\Windows\Documents\TextRangeSerialization.cs (2)
904
WriteNoninheritableProperty(xmlWriter, property, propertyValue, propertyOwnerType, onlyAffected, complexProperties, context.
ReadLocalValue
(property));
979
object propertyValue = context.
ReadLocalValue
(locallySetProperty);