5 references to DoNotCare
PresentationCore (5)
System\Windows\Input\InputMethod.cs (5)
285
new PropertyMetadata(InputMethodState.
DoNotCare
));
551
Debug.Assert(value != InputMethodState.
DoNotCare
);
612
Debug.Assert(value != InputMethodState.
DoNotCare
);
646
Debug.Assert(value != InputMethodState.
DoNotCare
);
1226
if ((value != null) && ((InputMethodState)value != InputMethodState.
DoNotCare
))