8 references to AttachedPropertyGetter
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (2)
171else if (PropertyDefinition.AttachedPropertyGetter != null) 173_defaultCollection = PropertyDefinition.AttachedPropertyGetter.Invoke(null, new object[] { Parent });
System\Windows\Markup\BamlRecordReader.cs (6)
2062else if (propertyDefinition.AttachedPropertyGetter != null) 2065PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertyGetter, propertyDefinition.PropertyType, 0); 5825Debug.Assert(this.AttachedPropertyGetter != null); 5826return this.AttachedPropertyGetter.ReturnType; 5847else if (this.AttachedPropertyGetter != null) 5849return this.AttachedPropertyGetter.Name.Substring("Get".Length);