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