8 references to ShouldAppearOnBreadCrumb
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (3)
867
if (this.viewService.
ShouldAppearOnBreadCrumb
(currentItem, true))
878
if (this.viewService.
ShouldAppearOnBreadCrumb
(this.itemToFocus, true))
1004
while (item != null && !this.ViewService.
ShouldAppearOnBreadCrumb
(item, true))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
404
|| (ViewUtilities.IsViewExpanded(currentModelItem, startingItem.GetEditingContext()) && viewService.
ShouldAppearOnBreadCrumb
(currentModelItem, true));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
252
while (!viewService.
ShouldAppearOnBreadCrumb
(target, true));
271
result = viewService.
ShouldAppearOnBreadCrumb
(target, true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
560
if (viewService.
ShouldAppearOnBreadCrumb
(modelItem, checkIfCanBeMadeRoot))
575
if (viewService.
ShouldAppearOnBreadCrumb
(modelItem, shouldCheckIfCanBeMadeRoot))