2 references to IdentifierNameProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierName.cs (2)
75
get { return (string)GetValue(
IdentifierNameProperty
); }
76
set { SetValue(
IdentifierNameProperty
, value); }