2 references to CustomDictionariesProperty
PresentationFramework (2)
System\Windows\Controls\SpellCheck.cs (2)
152
return (IList)_owner.GetValue(
CustomDictionariesProperty
);
164
return (IList)textBoxBase.GetValue(
CustomDictionariesProperty
);