2 instantiations of ChildPropertyDependent
PresentationFramework (2)
src\Framework\System\Windows\StyleHelper.cs (2)
802ChildPropertyDependent dependent = new ChildPropertyDependent(); 840ChildPropertyDependent resourceDependent = new ChildPropertyDependent();
25 references to ChildPropertyDependent
PresentationFramework (25)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
665ref FrugalStructList<ChildPropertyDependent> resourceDependents)
src\Framework\System\Windows\FrameworkTemplate.cs (2)
1599internal FrugalStructList<ChildPropertyDependent> ResourceDependents = new FrugalStructList<ChildPropertyDependent>();
src\Framework\System\Windows\Style.cs (2)
1009/* property */ internal FrugalStructList<ChildPropertyDependent> ResourceDependents = new FrugalStructList<ChildPropertyDependent>();
src\Framework\System\Windows\StyleHelper.cs (18)
353ref FrugalStructList<ChildPropertyDependent> resourceDependents, 505ref FrugalStructList<ChildPropertyDependent> resourceDependents, 800ref FrugalStructList<ChildPropertyDependent> propertyDependents) 802ChildPropertyDependent dependent = new ChildPropertyDependent(); 819ref FrugalStructList<ChildPropertyDependent> resourceDependents) 826ChildPropertyDependent resourceDependent = resourceDependents[i]; 840ChildPropertyDependent resourceDependent = new ChildPropertyDependent(); 864ref FrugalStructList<ChildPropertyDependent> resourceDependents, 905ref FrugalStructList<ChildPropertyDependent> resourceDependents, 4011ref FrugalStructList<ChildPropertyDependent> resourceDependents) 4026ChildPropertyDependent current = resourceDependents[i]; 4064ref FrugalStructList<ChildPropertyDependent> resourceDependents, 4137FrugalStructList<ChildPropertyDependent> resourceDependents = parentTemplate.ResourceDependents; 4174ref FrugalStructList<ChildPropertyDependent> resourceDependents) 4379ref FrugalStructList<ChildPropertyDependent> dependents, 6060public FrugalStructList<ChildPropertyDependent> Dependents = new FrugalStructList<ChildPropertyDependent>(); 6077public FrugalStructList<ChildPropertyDependent> ChildPropertyDependents;
src\Framework\System\Windows\TemplateContent.cs (2)
1283ref FrugalStructList<ChildPropertyDependent> resourceDependents, 1391ref FrugalStructList<ChildPropertyDependent> resourceDependents,