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