2 references to ContextProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (2)
25
get { return (EditingContext)GetValue(
ContextProperty
); }
26
set { SetValue(
ContextProperty
, value); }