8 references to AttachedPropertyGetter
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (2)
172
else if (PropertyDefinition.
AttachedPropertyGetter
!= null)
174
_defaultCollection = PropertyDefinition.
AttachedPropertyGetter
.Invoke(null, new object[] { Parent });
System\Windows\Markup\BamlRecordReader.cs (6)
2080
else if (propertyDefinition.
AttachedPropertyGetter
!= null)
2083
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.
AttachedPropertyGetter
, propertyDefinition.PropertyType, 0);
5849
Debug.Assert(this.
AttachedPropertyGetter
!= null);
5850
return this.
AttachedPropertyGetter
.ReturnType;
5871
else if (this.
AttachedPropertyGetter
!= null)
5873
return this.
AttachedPropertyGetter
.Name.Substring("Get".Length);