13 references to Null
PresentationFramework (13)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
299
return dynamicPosition == null ? StaticTextPointer.
Null
: dynamicPosition.CreateStaticPointer();
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
76
TextProperties textProperties = new TextProperties(Paragraph.Element, StaticTextPointer.
Null
, false /* inline objects */, false /* get background */,
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1530
TextProperties defaultTextProperties = new TextProperties(Element, StaticTextPointer.
Null
, false /* inline objects */, false /* get background */,
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
934
StaticTextPointer returnPointer = StaticTextPointer.
Null
;
977
StaticTextPointer returnPointer = StaticTextPointer.
Null
;
1033
StaticTextPointer parentTextPointer = StaticTextPointer.
Null
;
1057
parentTextPointer = StaticTextPointer.
Null
;
src\Framework\System\Windows\Documents\Highlights.cs (2)
131
closestChangePosition = StaticTextPointer.
Null
;
190
changePosition = StaticTextPointer.
Null
;
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (2)
186
transitionPosition = StaticTextPointer.
Null
;
270
end = StaticTextPointer.
Null
;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
682
nextContextPosition = StaticTextPointer.
Null
;
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
113
transitionPosition = StaticTextPointer.
Null
;