5 implementations of ReadLocalValue
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
300
object ITextPointer.
ReadLocalValue
(DependencyProperty formattingProperty)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
161
object ITextPointer.
ReadLocalValue
(DependencyProperty property)
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
222
object ITextPointer.
ReadLocalValue
(DependencyProperty property)
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
150
object ITextPointer.
ReadLocalValue
(DependencyProperty property)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2548
object 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
"/>
765
return 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)
911
WriteNoninheritableProperty(xmlWriter, property, propertyValue, propertyOwnerType, onlyAffected, complexProperties, context.
ReadLocalValue
(property));
986
object propertyValue = context.
ReadLocalValue
(locallySetProperty);