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