5 implementations of CreatePointer
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
258
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
141
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\FixedTextContainer.cs (1)
126
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\NullTextContainer.cs (1)
126
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\TextContainer.cs (1)
607
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
1 reference to CreatePointer
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
84
return _textContainer.
CreatePointer
(this, offset);