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