1 write to _sink
PresentationCore (1)
System\Windows\Input\InputMethod.cs (1)
1452
_sink
= new TextServicesCompartmentEventSink(this);
2 references to _sink
PresentationCore (2)
System\Windows\Input\InputMethod.cs (2)
1451
if (
_sink
== null)
1453
compartment.AdviseNotifySink(
_sink
);