31 references to PropertyInfo
PresentationFramework (31)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (7)
145else if (PropertyDefinition.PropertyInfo != null) 147PropertyDefinition.PropertyInfo.SetValue(Parent, 180else if (PropertyDefinition.PropertyInfo != null) 186PropertyDefinition.PropertyInfo, 196_defaultCollection = PropertyDefinition.PropertyInfo.GetValue( 212(PropertyDefinition.PropertyInfo == null || !PropertyDefinition.PropertyInfo.CanWrite) &&
src\Framework\System\Windows\Markup\BamlRecordReader.cs (24)
1360if (propertyDefinition.PropertyInfo != null) 1367propertyDefinition.PropertyInfo, 1379if (!XamlTypeMapper.IsAllowedPropertySet(propertyDefinition.PropertyInfo, allowProtected, out isPublicProperty)) 1381ThrowException(SRID.ParserCantSetContentProperty, propertyDefinition.Name, propertyDefinition.PropertyInfo.ReflectedType.Name); 1387contentProperty = propertyDefinition.PropertyInfo.GetValue( 1397contentProperty = propertyDefinition.PropertyInfo; 2101else if (propertyDefinition.PropertyInfo != null) 2104PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.PropertyInfo, propertyDefinition.PropertyType, 0); 2279else if (propertyDefinition.PropertyInfo != null) 2286propertyDefinition.PropertyInfo, 2296propertyDefinition.PropertyInfo.SetValue(element, valueObject, 2588else if (propertyDefinition.PropertyInfo != null) 2595propertyDefinition.PropertyInfo.Name, 2603propertyDefinition.PropertyInfo, 2613propertyDefinition.PropertyInfo.SetValue(o, value, BindingFlags.Default, null, null, TypeConverterHelper.InvariantEnglishUS); 2621propertyDefinition.PropertyInfo.Name, 2806else if (propertyDefinition.PropertyInfo != null) 2815propertyDefinition.PropertyInfo, 5908else if (this.PropertyInfo != null) 5910return this.PropertyInfo.PropertyType; 5932else if (this.PropertyInfo != null) 5934return this.PropertyInfo.Name; 5968this.PropertyInfo != null ? (object)this.PropertyInfo :