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