2 references to IsValueType
WindowsBase (2)
Base\System\Windows\DependencyProperty.cs (2)
872get { return (_packedData & Flags.IsValueType) != 0; } 1137packedData |= Flags.IsValueType;