16 references to IsNull
PresentationFramework (16)
MS\Internal\Text\DynamicPropertyReader.cs (1)
251Debug.Assert(!position.IsNull);
MS\Internal\Text\TextProperties.cs (1)
154if (!position.IsNull)
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
664if (highlightTransitionPosition.IsNull) 674Invariant.Assert(!highlightTransitionPosition.IsNull, "Highlight start not followed by highlight end!"); 1009if (!textPosition.IsNull)
System\Windows\Documents\FixedDocument.cs (3)
1075if (highlightTransitionPosition.IsNull) 1102Debug.Assert(!highlightTransitionPosition.IsNull, "Highlight start not followed by highlight end!"); 1118Debug.Assert(!highlightTransitionPosition.IsNull, "Highlight start not followed by highlight end!");
System\Windows\Documents\Highlights.cs (5)
130if (!changePosition.IsNull) 132if (closestChangePosition.IsNull) 189if (changePosition.IsNull || 357if (highlightTransitionPosition.IsNull) 363Invariant.Assert(!highlightTransitionPosition.IsNull, "Highlight start not followed by highlight end!");
System\Windows\Documents\Speller.cs (2)
233while (!pointer.IsNull) 1327if (!nextErrorTransition.IsNull)
System\Windows\Documents\SpellerStatusTable.cs (1)
234Invariant.Assert(transitionPosition.IsNull || textPosition.CompareTo(transitionPosition) != 0);