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