8 references to AttachedPropertyGetter
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (2)
170
else if (PropertyDefinition.
AttachedPropertyGetter
!= null)
172
_defaultCollection = PropertyDefinition.
AttachedPropertyGetter
.Invoke(null, new object[] { Parent });
System\Windows\Markup\BamlRecordReader.cs (6)
2061
else if (propertyDefinition.
AttachedPropertyGetter
!= null)
2064
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.
AttachedPropertyGetter
, propertyDefinition.PropertyType, 0);
5824
Debug.Assert(this.
AttachedPropertyGetter
!= null);
5825
return this.
AttachedPropertyGetter
.ReturnType;
5846
else if (this.
AttachedPropertyGetter
!= null)
5848
return this.
AttachedPropertyGetter
.Name.Substring("Get".Length);