2 writes to _hyphenatorResource
PresentationFramework (2)
System\Windows\Documents\NaturalLanguageHyphenator.cs (2)
36_hyphenatorResource = UnsafeNativeMethods.NlCreateHyphenator(); 73UnsafeNativeMethods.NlDestroyHyphenator(ref _hyphenatorResource);
3 references to _hyphenatorResource
PresentationFramework (3)
System\Windows\Documents\NaturalLanguageHyphenator.cs (3)
71if (!_disposed && _hyphenatorResource != IntPtr.Zero) 113if (_hyphenatorResource == IntPtr.Zero) 127_hyphenatorResource,