5 references to None
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
1135
FixedHighlightType fixedHighlightType = FixedHighlightType.
None
;
1172
if (fixedHighlightType != FixedHighlightType.
None
)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
272
if (fh.HighlightType == FixedHighlightType.
None
)
src\Framework\System\Windows\Documents\HighlightVisual.cs (2)
190
if (fh.HighlightType == FixedHighlightType.
None
)
285
if (fh.HighlightType == FixedHighlightType.
None
)