5 references to DoNotCare
PresentationCore (5)
Core\CSharp\System\Windows\Input\InputMethod.cs (5)
318
new PropertyMetadata(InputMethodState.
DoNotCare
));
614
Debug.Assert(value != InputMethodState.
DoNotCare
);
687
Debug.Assert(value != InputMethodState.
DoNotCare
);
727
Debug.Assert(value != InputMethodState.
DoNotCare
);
1338
if ((value != null) && ((InputMethodState)value != InputMethodState.
DoNotCare
))