2 references to IsResizableProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (2)
202get { return (bool)GetValue(IsResizableProperty); } 203set { SetValue(IsResizableProperty, value); }