16 references to IsNull
PresentationFramework (16)
MS\Internal\Text\DynamicPropertyReader.cs (1)
258Debug.Assert(!position.IsNull);
MS\Internal\Text\TextProperties.cs (1)
157if (!position.IsNull)
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
682if (highlightTransitionPosition.IsNull) 692Invariant.Assert(!highlightTransitionPosition.IsNull, "Highlight start not followed by highlight end!"); 1027if (!textPosition.IsNull)
System\Windows\Documents\FixedDocument.cs (3)
1085if (highlightTransitionPosition.IsNull) 1112Debug.Assert(!highlightTransitionPosition.IsNull, "Highlight start not followed by highlight end!"); 1128Debug.Assert(!highlightTransitionPosition.IsNull, "Highlight start not followed by highlight end!");
System\Windows\Documents\Highlights.cs (5)
132if (!changePosition.IsNull) 134if (closestChangePosition.IsNull) 191if (changePosition.IsNull || 359if (highlightTransitionPosition.IsNull) 365Invariant.Assert(!highlightTransitionPosition.IsNull, "Highlight start not followed by highlight end!");
System\Windows\Documents\Speller.cs (2)
251while (!pointer.IsNull) 1350if (!nextErrorTransition.IsNull)
System\Windows\Documents\SpellerStatusTable.cs (1)
237Invariant.Assert(transitionPosition.IsNull || textPosition.CompareTo(transitionPosition) != 0);