1 write to _inkCollectionBehavior
PresentationFramework (1)
MS\Internal\Ink\EditingCoordinator.cs (1)
1312
_inkCollectionBehavior
= new InkCollectionBehavior(this, _inkCanvas);
2 references to _inkCollectionBehavior
PresentationFramework (2)
MS\Internal\Ink\EditingCoordinator.cs (2)
1310
if (
_inkCollectionBehavior
== null )
1314
return
_inkCollectionBehavior
;