13 writes to ChildName
PresentationFramework (13)
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
469propertyValue.ChildName = null; // Delayed 616propertyValue.ChildName = _childName;
src\Framework\System\Windows\Style.cs (1)
478propertyValue.ChildName = StyleHelper.SelfName;
src\Framework\System\Windows\TemplateContent.cs (9)
265pv.ChildName = TemplateLoadData.RootName; 371sdp.ChildName = name; 1212propertyValue.ChildName = parentName; 1315pv.ChildName = templateChildName; 1336pv.ChildName = templateChildName; 1352pv.ChildName = templateChildName; 1368pv.ChildName = templateChildName; 1408propertyValue.ChildName = childName; 1427propertyValue.ChildName = childName;
src\Framework\System\Windows\TriggerBase.cs (1)
218propertyValue.ChildName = childName;
6 references to ChildName
PresentationFramework (6)
src\Framework\System\Windows\Style.cs (1)
771if (propertyValue.ChildName != StyleHelper.SelfName)
src\Framework\System\Windows\StyleHelper.cs (3)
515int childIndex = QueryChildIndexFromChildName(propertyValue.ChildName, childIndexFromChildName); 518throw new InvalidOperationException(SR.Get(SRID.NameNotFound, propertyValue.ChildName)); 948if (propertyValue.ChildName == StyleHelper.SelfName)
src\Framework\System\Windows\TemplateContent.cs (1)
369if (sdp.ChildName == null)
src\Framework\System\Windows\TriggerBase.cs (1)
250if (source == dependent && propertyValue.ChildName == StyleHelper.SelfName)