4 references to PropertyType
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
2980if (!holder.PropertyType.IsArray) 2987PushContext(ReaderFlags.PropertyArray | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0); 3027Type expectedType = holder.PropertyType; 3084PushContext(ReaderFlags.PropertyIDictionary | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0);