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