5 implementations of CreatePointer
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
261
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
157
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\FixedTextContainer.cs (1)
142
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\NullTextContainer.cs (1)
130
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\TextContainer.cs (1)
612
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
1 reference to CreatePointer
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
88
return _textContainer.
CreatePointer
(this, offset);