2 references to IsSpellerAffectingProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBox.cs (1)
1035
if (Speller.
IsSpellerAffectingProperty
(e.Property) &&
src\Framework\System\Windows\Documents\Speller.cs (1)
568
(e.TextChange == TextChangeType.PropertyModified && !
IsSpellerAffectingProperty
(e.Property)))