1 write to IsNotPresent
System.Xaml (1)
System\Xaml\Schema\MemberReflector.cs (1)
134set { _defaultValue.IsNotPresent = value; }
2 references to IsNotPresent
System.Xaml (2)
System\Xaml\Schema\MemberReflector.cs (2)
127get { return _defaultValue.IsNotPresent ? null : _defaultValue.Value; } 133get { return _defaultValue.IsNotPresent; }