1 write to isDefault
System (1)
compmod\system\componentmodel\BindableAttribute.cs (1)
83this.isDefault = (flags == BindableSupport.Default);
1 reference to isDefault
System (1)
compmod\system\componentmodel\BindableAttribute.cs (1)
138return (this.Equals(Default) || isDefault);