56 references to DO
PresentationFramework (56)
MS\Internal\Data\ObjectRef.cs (12)
166while (o == null && fo.DO != null) 201TraceData.Identify(fo.DO))); 218Panel panel = fo.FrameworkParent.DO as Panel; 232ContentControl cc = LogicalTreeHelper.GetParent(fo.DO) as ContentControl; 233if (cc != null && cc.Content == fo.DO && cc.InheritanceBehavior == InheritanceBehavior.Default) 246for (dd = fo.DO; ;) 561fo.Reset(fo.GetPreferVisualParent(true).DO); 563while (fo.DO != null) 570TraceData.Identify(fo.DO))); 573if (type.IsInstanceOfType(fo.DO)) // found it! 579fo.Reset(fo.PreferVisualParent.DO); 582return fo.DO;
MS\Internal\FrameworkObject.cs (6)
300while (!fo.IsValid && fo.DO != null) 309if ((visual = fo.DO as Visual) != null) 313else if ((ce = fo.DO as ContentElement) != null) 317else if ((visual3D = fo.DO as Visual3D) != null) 718fo.DO != null; 721if (fo.DO == d1)
System\Windows\BroadcastEventHelper.cs (2)
596foreach(object o in LogicalTreeHelper.GetChildren(fo.DO)) 656parent = Helper.FindMentor(fo.DO.InheritanceContext);
System\Windows\Controls\ItemsControl.cs (5)
1187fo.Reset(fo.GetPreferVisualParent(true).DO); 1190while (fo.DO != null) 1192if (IsContainerForItemsControl(fo.DO, itemsControl)) 1197fo.Reset(fo.PreferVisualParent.DO); 1200return fo.DO;
System\Windows\Data\BindingExpressionBase.cs (2)
1749while (fo.DO != null) 1751BindingGroup bgCandidate = (BindingGroup)fo.DO.GetValue(bindingGroupDP);
System\Windows\FrameworkElement.cs (7)
1036element.DO, 1113element.DO, 1271fo.DO, 1292fo.DO, 1314fo.DO, 1325if (boundaryElement != null && (fo.DO == boundaryElement)) 2273return fo.DO;
System\Windows\FrameworkElementFactory.cs (5)
910((IAddChild)parent).AddChild(childFrameworkObject.DO); 938FrameworkTemplate.SetTemplateParentValues( Name, frameworkObject.DO, _frameworkTemplate, ref provideValueServiceProvider ); 949iAddChild = frameworkObject.DO as IAddChild; 953frameworkObject.DO.GetType().Name)); 971AddNodeToParent(frameworkObject.DO, childFrameworkObject );
System\Windows\FrameworkTemplate.cs (1)
546return frameworkObject.DO;
System\Windows\Generated\FrameworkContentElement.cs (2)
849foMentor.DO, 883foMentor.DO,
System\Windows\Generated\FrameworkElement.cs (2)
881foMentor.DO, 915foMentor.DO,
System\Windows\StyleHelper.cs (9)
2281container.DO, 3696DependencyObject target = child.DO; 3797HybridDictionary parentTemplateValues = StyleHelper.ParentTemplateValuesField.GetValue(child.DO); 3836DependencyObject target = fo.DO; 3876fo.DO, 3918fo.DO, 3963fo.DO, 4238PropertyMetadata metadata = dp.GetMetadata(child.DO.DependencyObjectType); 4247child.DO.InvalidateProperty(dp);
System\Windows\TreeWalkHelper.cs (3)
48parent = parentFO.FrameworkParent.DO; 917DependencyObject d = fo.DO; 929OnInheritablePropertyChanged(fo.DO, info, visitedViaVisualTree);