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