4 references to PropertyType
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
2970if (!holder.PropertyType.IsArray) 2977PushContext(ReaderFlags.PropertyArray | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0); 3017Type expectedType = holder.PropertyType; 3074PushContext(ReaderFlags.PropertyIDictionary | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0);