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