4 references to EnableDataBinding
System.Runtime.Serialization.Schema (4)
System\Runtime\Serialization\Schema\CodeExporter.cs (4)
823
bool raisePropertyChanged =
EnableDataBinding
&& SupportsDeclareEvents;
1050
if (
EnableDataBinding
&& SupportsDeclareEvents && contractCodeDomInfo.TypeDeclaration != null)
1833
if (
EnableDataBinding
&& SupportsDeclareEvents && FileExtension != "vb")
2008
return CreateProperty(type, propertyName, fieldName, isValueType,
EnableDataBinding
&& SupportsDeclareEvents);