1 write to _sink
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
1581
_sink
= new TextServicesCompartmentEventSink(this);
2 references to _sink
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputMethod.cs (2)
1580
if (
_sink
== null)
1582
compartment.AdviseNotifySink(
_sink
);