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