7 references to GetTracker
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelPropertyViewModel.cs (1)
25
this.
GetTracker
(property);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (6)
215
ChangeNotificationTracker tracker =
GetTracker
(modelProperty);
273
parent.
GetTracker
(trackingProperty).AddCollection(collection);
292
parent.
GetTracker
(trackingProperty).AddCollection(dictionary);
339
parent.
GetTracker
(trackingProperty).Add(item, property);
384
parent.
GetTracker
(trackingProperty).Add(item, property);
521
ChangeNotificationTracker tracker = parent.
GetTracker
(trackingProperty);