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