3 references to EnableDataBinding
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
827
bool raisePropertyChanged =
EnableDataBinding
&& SupportsDeclareEvents;
1037
if (
EnableDataBinding
&& SupportsDeclareEvents && contractCodeDomInfo != null && contractCodeDomInfo.TypeDeclaration != null)
1731
return CreateProperty(type, propertyName, fieldName, isValueType,
EnableDataBinding
&& SupportsDeclareEvents);