2 writes to _hyphenatorResource
PresentationFramework (2)
System\Windows\Documents\NaturalLanguageHyphenator.cs (2)
41
_hyphenatorResource
= UnsafeNativeMethods.NlCreateHyphenator();
78
UnsafeNativeMethods.NlDestroyHyphenator(ref
_hyphenatorResource
);
3 references to _hyphenatorResource
PresentationFramework (3)
System\Windows\Documents\NaturalLanguageHyphenator.cs (3)
76
if (!_disposed &&
_hyphenatorResource
!= IntPtr.Zero)
118
if (
_hyphenatorResource
== IntPtr.Zero)
132
_hyphenatorResource
,