2 references to ToolboxFileProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
145
get { return (string)GetValue(
ToolboxFileProperty
); }
146
set { SetValue(
ToolboxFileProperty
, value); }