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