2 references to IsStateMachineContainerProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
334
get { return (bool)GetValue(
IsStateMachineContainerProperty
); }
335
private set { SetValue(
IsStateMachineContainerProperty
, value); }