4 references to PropertyType
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
2989if (!holder.PropertyType.IsArray) 2996PushContext(ReaderFlags.PropertyArray | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0); 3036Type expectedType = holder.PropertyType; 3093PushContext(ReaderFlags.PropertyIDictionary | ReaderFlags.CollectionHolder, holder, holder.PropertyType, 0);