5 references to DoNotCare
PresentationCore (5)
System\Windows\Input\InputMethod.cs (5)
299
new PropertyMetadata(InputMethodState.
DoNotCare
));
565
Debug.Assert(value != InputMethodState.
DoNotCare
);
626
Debug.Assert(value != InputMethodState.
DoNotCare
);
660
Debug.Assert(value != InputMethodState.
DoNotCare
);
1240
if ((value != null) && ((InputMethodState)value != InputMethodState.
DoNotCare
))