5 implementations of CreatePointer
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
257
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
140
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\FixedTextContainer.cs (1)
125
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\NullTextContainer.cs (1)
125
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
System\Windows\Documents\TextContainer.cs (1)
606
StaticTextPointer ITextContainer.
CreatePointer
(StaticTextPointer position, int offset)
1 reference to CreatePointer
PresentationFramework (1)
System\Windows\Documents\StaticTextPointer.cs (1)
83
return _textContainer.
CreatePointer
(this, offset);