1 write to SelectedType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
412
SelectedType
= (null != entry ? entry.Data as Type : null);
10 references to SelectedType
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (10)
189
else if (e.Key == Key.Enter && null !=
SelectedType
)
214
string strName = this.
SelectedType
.FullName;
227
Type result = this.
SelectedType
;
396
if (entry != null && this.
SelectedType
!= entry.Data as Type)
399
if (null != this.
SelectedType
)
402
typeEntryTextBox.Text = TypeNameHelper.GetDisplayName(this.
SelectedType
, true);
414
if (null != this.
SelectedType
)
416
if (this.
SelectedType
.IsGenericTypeDefinition)
419
Type[] generics = this.
SelectedType
.GetGenericArguments();
427
this.ConcreteType = this.
SelectedType
;