6 references to ContainsKey
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (6)
1364
if (service.
ContainsKey
(selectionKey))
1379
if (service != null && service.
ContainsKey
(selectionKey) && modelTreeManager != null && modelTreeManager.Root != null)
1410
if (service.
ContainsKey
(breadCrumbRootKey))
1427
if (service != null && service.
ContainsKey
(breadCrumbRootKey) && modelTreeManager != null && modelTreeManager.Root != null && designerView != null)
1446
if (service.
ContainsKey
(zoomFactorKey))
1460
if (service != null && service.
ContainsKey
(zoomFactorKey))