8 references to AttachedPropertyGetter
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (2)
176
else if (PropertyDefinition.
AttachedPropertyGetter
!= null)
178
_defaultCollection = PropertyDefinition.
AttachedPropertyGetter
.Invoke(null, new object[] { Parent });
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
2111
else if (propertyDefinition.
AttachedPropertyGetter
!= null)
2114
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.
AttachedPropertyGetter
, propertyDefinition.PropertyType, 0);
5918
Debug.Assert(this.
AttachedPropertyGetter
!= null);
5919
return this.
AttachedPropertyGetter
.ReturnType;
5940
else if (this.
AttachedPropertyGetter
!= null)
5942
return this.
AttachedPropertyGetter
.Name.Substring("Get".Length);