1 write to boolVal
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
445
boolVal
= (short)(((bool)value) ? -1 : 0);
1 reference to boolVal
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (1)
732
return (bool) (
boolVal
!= 0);