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)
2071else if (propertyDefinition.AttachedPropertyGetter != null) 2074PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertyGetter, propertyDefinition.PropertyType, 0); 5840Debug.Assert(this.AttachedPropertyGetter != null); 5841return this.AttachedPropertyGetter.ReturnType; 5862else if (this.AttachedPropertyGetter != null) 5864return this.AttachedPropertyGetter.Name.Substring("Get".Length);