2 writes to _hyphenatorResource
PresentationFramework (2)
src\Framework\System\Windows\Documents\NaturalLanguageHyphenator.cs (2)
53_hyphenatorResource = UnsafeNativeMethods.NlCreateHyphenator(); 95UnsafeNativeMethods.NlDestroyHyphenator(ref _hyphenatorResource);
3 references to _hyphenatorResource
PresentationFramework (3)
src\Framework\System\Windows\Documents\NaturalLanguageHyphenator.cs (3)
93if (!_disposed && _hyphenatorResource != IntPtr.Zero) 141if (_hyphenatorResource == IntPtr.Zero) 155_hyphenatorResource,