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