2 references to IsInlinePropertyEditorProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
272
get { return (bool)GetValue(
IsInlinePropertyEditorProperty
); }
273
set { SetValue(
IsInlinePropertyEditorProperty
, value); }