2 references to FocusedViewElementPropertyKey
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
68
public static readonly DependencyProperty FocusedViewElementProperty =
FocusedViewElementPropertyKey
.DependencyProperty;
324
private set { SetValue(
FocusedViewElementPropertyKey
, value); }