4 references to PropertyType
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
2969if (!holder.PropertyType.IsArray) 2976PushContext(ReaderFlags.PropertyArray | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0); 3016Type expectedType = holder.PropertyType; 3073PushContext(ReaderFlags.PropertyIDictionary | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0);