56 references to DO
PresentationFramework (56)
MS\Internal\Data\ObjectRef.cs (12)
165while (o == null && fo.DO != null) 200TraceData.Identify(fo.DO))); 217Panel panel = fo.FrameworkParent.DO as Panel; 231ContentControl cc = LogicalTreeHelper.GetParent(fo.DO) as ContentControl; 232if (cc != null && cc.Content == fo.DO && cc.InheritanceBehavior == InheritanceBehavior.Default) 245for (dd = fo.DO; ;) 560fo.Reset(fo.GetPreferVisualParent(true).DO); 562while (fo.DO != null) 569TraceData.Identify(fo.DO))); 572if (type.IsInstanceOfType(fo.DO)) // found it! 578fo.Reset(fo.PreferVisualParent.DO); 581return fo.DO;
MS\Internal\FrameworkObject.cs (6)
299while (!fo.IsValid && fo.DO != null) 308if ((visual = fo.DO as Visual) != null) 312else if ((ce = fo.DO as ContentElement) != null) 316else if ((visual3D = fo.DO as Visual3D) != null) 717fo.DO != null; 720if (fo.DO == d1)
System\Windows\BroadcastEventHelper.cs (2)
595foreach(object o in LogicalTreeHelper.GetChildren(fo.DO)) 655parent = Helper.FindMentor(fo.DO.InheritanceContext);
System\Windows\Controls\ItemsControl.cs (5)
1186fo.Reset(fo.GetPreferVisualParent(true).DO); 1189while (fo.DO != null) 1191if (IsContainerForItemsControl(fo.DO, itemsControl)) 1196fo.Reset(fo.PreferVisualParent.DO); 1199return fo.DO;
System\Windows\Data\BindingExpressionBase.cs (2)
1748while (fo.DO != null) 1750BindingGroup bgCandidate = (BindingGroup)fo.DO.GetValue(bindingGroupDP);
System\Windows\FrameworkElement.cs (7)
1035element.DO, 1112element.DO, 1270fo.DO, 1291fo.DO, 1313fo.DO, 1324if (boundaryElement != null && (fo.DO == boundaryElement)) 2272return fo.DO;
System\Windows\FrameworkElementFactory.cs (5)
909((IAddChild)parent).AddChild(childFrameworkObject.DO); 937FrameworkTemplate.SetTemplateParentValues( Name, frameworkObject.DO, _frameworkTemplate, ref provideValueServiceProvider ); 948iAddChild = frameworkObject.DO as IAddChild; 952frameworkObject.DO.GetType().Name)); 970AddNodeToParent(frameworkObject.DO, childFrameworkObject );
System\Windows\FrameworkTemplate.cs (1)
544return frameworkObject.DO;
System\Windows\Generated\FrameworkContentElement.cs (2)
851foMentor.DO, 885foMentor.DO,
System\Windows\Generated\FrameworkElement.cs (2)
881foMentor.DO, 915foMentor.DO,
System\Windows\StyleHelper.cs (9)
2280container.DO, 3695DependencyObject target = child.DO; 3796HybridDictionary parentTemplateValues = StyleHelper.ParentTemplateValuesField.GetValue(child.DO); 3835DependencyObject target = fo.DO; 3875fo.DO, 3917fo.DO, 3962fo.DO, 4237PropertyMetadata metadata = dp.GetMetadata(child.DO.DependencyObjectType); 4246child.DO.InvalidateProperty(dp);
System\Windows\TreeWalkHelper.cs (3)
47parent = parentFO.FrameworkParent.DO; 916DependencyObject d = fo.DO; 928OnInheritablePropertyChanged(fo.DO, info, visitedViaVisualTree);