5 implementations of Freeze
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (1)
362
void ITextPointer.
Freeze
()
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
218
void ITextPointer.
Freeze
()
src\Framework\System\Windows\Documents\FixedTextPointer.cs (1)
307
void ITextPointer.
Freeze
()
src\Framework\System\Windows\Documents\NullTextNavigator.cs (1)
206
void ITextPointer.
Freeze
()
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2617
void ITextPointer.
Freeze
()
31 references to Freeze
PresentationFramework (31)
src\Framework\MS\Internal\Documents\TextBoxView.cs (4)
620
position.
Freeze
();
797
nextLinePosition.
Freeze
();
928
nextCaretUnitPosition.
Freeze
();
976
backspaceUnitPosition.
Freeze
();
src\Framework\System\Windows\Controls\PasswordTextNavigator.cs (4)
547
pointer.
Freeze
();
561
pointer.
Freeze
();
571
pointer.
Freeze
();
587
pointer.
Freeze
();
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (4)
260
pointer.
Freeze
();
274
pointer.
Freeze
();
285
pointer.
Freeze
();
295
pointer.
Freeze
();
src\Framework\System\Windows\Documents\FixedTextPointer.cs (5)
305
/// <see cref="ITextPointer.
Freeze
"/>
329
pointer.
Freeze
();
346
pointer.
Freeze
();
360
pointer.
Freeze
();
373
pointer.
Freeze
();
src\Framework\System\Windows\Documents\NullTextNavigator.cs (4)
338
pointer.
Freeze
();
355
pointer.
Freeze
();
369
pointer.
Freeze
();
382
pointer.
Freeze
();
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (3)
75
end.
Freeze
();
569
start.
Freeze
();
579
end.
Freeze
();
src\Framework\System\Windows\Documents\TextPointer.cs (4)
2476
pointer.
Freeze
();
2490
pointer.
Freeze
();
2501
pointer.
Freeze
();
2511
pointer.
Freeze
();
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
1115
frozenPointer.
Freeze
();
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1955
hyperlinkStart.
Freeze
();
src\Framework\System\windows\Documents\TextSelection.cs (1)
2702
position.
Freeze
();