5 references to GetPropertyType
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5914return XamlTypeMapper.GetPropertyType(this.AttachedPropertySetter);
src\Framework\System\Windows\Markup\BamlWriter.cs (2)
362Type propType = XamlTypeMapper.GetPropertyType(dpOrPi); 666propertyType = XamlTypeMapper.GetPropertyType(dpOrPi);
src\Framework\System\Windows\Markup\xamlnodes.cs (2)
515_validType = XamlTypeMapper.GetPropertyType(_propertyMember); 2295_validType = XamlTypeMapper.GetPropertyType(_propertyMember);