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)
1199fo.Reset(fo.GetPreferVisualParent(true).DO); 1202while (fo.DO != null) 1204if (IsContainerForItemsControl(fo.DO, itemsControl)) 1209fo.Reset(fo.PreferVisualParent.DO); 1212return fo.DO;
System\Windows\Data\BindingExpressionBase.cs (2)
1750while (fo.DO != null) 1752BindingGroup bgCandidate = (BindingGroup)fo.DO.GetValue(bindingGroupDP);
System\Windows\FrameworkElement.cs (7)
1046element.DO, 1123element.DO, 1281fo.DO, 1302fo.DO, 1324fo.DO, 1335if (boundaryElement != null && (fo.DO == boundaryElement)) 2281return fo.DO;
System\Windows\FrameworkElementFactory.cs (5)
912((IAddChild)parent).AddChild(childFrameworkObject.DO); 940FrameworkTemplate.SetTemplateParentValues( Name, frameworkObject.DO, _frameworkTemplate, ref provideValueServiceProvider ); 951iAddChild = frameworkObject.DO as IAddChild; 955frameworkObject.DO.GetType().Name)); 973AddNodeToParent(frameworkObject.DO, childFrameworkObject );
System\Windows\FrameworkTemplate.cs (1)
548return frameworkObject.DO;
System\Windows\Generated\FrameworkContentElement.cs (2)
852foMentor.DO, 886foMentor.DO,
System\Windows\Generated\FrameworkElement.cs (2)
884foMentor.DO, 918foMentor.DO,
System\Windows\StyleHelper.cs (9)
2286container.DO, 3702DependencyObject target = child.DO; 3803HybridDictionary parentTemplateValues = StyleHelper.ParentTemplateValuesField.GetValue(child.DO); 3840DependencyObject target = fo.DO; 3880fo.DO, 3922fo.DO, 3967fo.DO, 4242PropertyMetadata metadata = dp.GetMetadata(child.DO.DependencyObjectType); 4251child.DO.InvalidateProperty(dp);
System\Windows\TreeWalkHelper.cs (3)
48parent = parentFO.FrameworkParent.DO; 920DependencyObject d = fo.DO; 932OnInheritablePropertyChanged(fo.DO, info, visitedViaVisualTree);