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