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