13 references to Null
PresentationFramework (13)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
283
return dynamicPosition == null ? StaticTextPointer.
Null
: dynamicPosition.CreateStaticPointer();
MS\Internal\PtsHost\ListParaClient.cs (1)
61
TextProperties textProperties = new TextProperties(Paragraph.Element, StaticTextPointer.
Null
, false /* inline objects */, false /* get background */,
MS\Internal\PtsHost\TextParagraph.cs (1)
1492
TextProperties defaultTextProperties = new TextProperties(Element, StaticTextPointer.
Null
, false /* inline objects */, false /* get background */,
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
908
StaticTextPointer returnPointer = StaticTextPointer.
Null
;
951
StaticTextPointer returnPointer = StaticTextPointer.
Null
;
1007
StaticTextPointer parentTextPointer = StaticTextPointer.
Null
;
1031
parentTextPointer = StaticTextPointer.
Null
;
System\Windows\Documents\Highlights.cs (2)
123
closestChangePosition = StaticTextPointer.
Null
;
182
changePosition = StaticTextPointer.
Null
;
System\Windows\Documents\SpellerStatusTable.cs (2)
183
transitionPosition = StaticTextPointer.
Null
;
267
end = StaticTextPointer.
Null
;
System\Windows\Documents\TextContainer.cs (1)
661
nextContextPosition = StaticTextPointer.
Null
;
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
104
transitionPosition = StaticTextPointer.
Null
;