3 references to GetDependencyProperty
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
1543property = BamlSchemaContext.GetDependencyProperty(_binaryReader.ReadInt16()); 1688param = _context.SchemaContext.GetDependencyProperty(valueId);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
129return schemaContext.GetDependencyProperty(propId);