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