4 references to PropertyType
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
2966if (!holder.PropertyType.IsArray) 2973PushContext(ReaderFlags.PropertyArray | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0); 3013Type expectedType = holder.PropertyType; 3070PushContext(ReaderFlags.PropertyIDictionary | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0);