3 references to ShowProperties
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
669
commandService.ExecuteCommand(CommandValues.
ShowProperties
, null);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
822
item.Visibility = this.isCommandServiceEnabled() && this.isCommandSupported(CommandValues.
ShowProperties
) ?
837
ExecuteCommand(CommandValues.
ShowProperties
);