8 references to AttachedPropertyGetter
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (2)
171
else if (PropertyDefinition.
AttachedPropertyGetter
!= null)
173
_defaultCollection = PropertyDefinition.
AttachedPropertyGetter
.Invoke(null, new object[] { Parent });
System\Windows\Markup\BamlRecordReader.cs (6)
2062
else if (propertyDefinition.
AttachedPropertyGetter
!= null)
2065
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.
AttachedPropertyGetter
, propertyDefinition.PropertyType, 0);
5825
Debug.Assert(this.
AttachedPropertyGetter
!= null);
5826
return this.
AttachedPropertyGetter
.ReturnType;
5847
else if (this.
AttachedPropertyGetter
!= null)
5849
return this.
AttachedPropertyGetter
.Name.Substring("Get".Length);