13 references to Null
PresentationFramework (13)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
291return dynamicPosition == null ? StaticTextPointer.Null : dynamicPosition.CreateStaticPointer();
MS\Internal\PtsHost\ListParaClient.cs (1)
66TextProperties textProperties = new TextProperties(Paragraph.Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
MS\Internal\PtsHost\TextParagraph.cs (1)
1522TextProperties defaultTextProperties = new TextProperties(Element, StaticTextPointer.Null, false /* inline objects */, false /* get background */,
System\Windows\Documents\DocumentSequenceTextContainer.cs (4)
926StaticTextPointer returnPointer = StaticTextPointer.Null; 969StaticTextPointer returnPointer = StaticTextPointer.Null; 1025StaticTextPointer parentTextPointer = StaticTextPointer.Null; 1049parentTextPointer = StaticTextPointer.Null;
System\Windows\Documents\Highlights.cs (2)
125closestChangePosition = StaticTextPointer.Null; 184changePosition = StaticTextPointer.Null;
System\Windows\Documents\SpellerStatusTable.cs (2)
186transitionPosition = StaticTextPointer.Null; 270end = StaticTextPointer.Null;
System\Windows\Documents\TextContainer.cs (1)
667nextContextPosition = StaticTextPointer.Null;
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
107transitionPosition = StaticTextPointer.Null;