56 references to DO
PresentationFramework (56)
MS\Internal\Data\ObjectRef.cs (12)
172while (o == null && fo.DO != null) 207TraceData.Identify(fo.DO))); 224Panel panel = fo.FrameworkParent.DO as Panel; 238ContentControl cc = LogicalTreeHelper.GetParent(fo.DO) as ContentControl; 239if (cc != null && cc.Content == fo.DO && cc.InheritanceBehavior == InheritanceBehavior.Default) 252for (dd = fo.DO; ;) 567fo.Reset(fo.GetPreferVisualParent(true).DO); 569while (fo.DO != null) 576TraceData.Identify(fo.DO))); 579if (type.IsInstanceOfType(fo.DO)) // found it! 585fo.Reset(fo.PreferVisualParent.DO); 588return fo.DO;
MS\Internal\FrameworkObject.cs (6)
303while (!fo.IsValid && fo.DO != null) 312if ((visual = fo.DO as Visual) != null) 316else if ((ce = fo.DO as ContentElement) != null) 320else if ((visual3D = fo.DO as Visual3D) != null) 721fo.DO != null; 724if (fo.DO == d1)
System\Windows\BroadcastEventHelper.cs (2)
602foreach(object o in LogicalTreeHelper.GetChildren(fo.DO)) 662parent = Helper.FindMentor(fo.DO.InheritanceContext);
System\Windows\Controls\ItemsControl.cs (5)
1208fo.Reset(fo.GetPreferVisualParent(true).DO); 1211while (fo.DO != null) 1213if (IsContainerForItemsControl(fo.DO, itemsControl)) 1218fo.Reset(fo.PreferVisualParent.DO); 1221return fo.DO;
System\Windows\Data\BindingExpressionBase.cs (2)
1758while (fo.DO != null) 1760BindingGroup bgCandidate = (BindingGroup)fo.DO.GetValue(bindingGroupDP);
System\Windows\FrameworkElement.cs (7)
1057element.DO, 1134element.DO, 1292fo.DO, 1313fo.DO, 1335fo.DO, 1346if (boundaryElement != null && (fo.DO == boundaryElement)) 2292return fo.DO;
System\Windows\FrameworkElementFactory.cs (5)
920((IAddChild)parent).AddChild(childFrameworkObject.DO); 948FrameworkTemplate.SetTemplateParentValues( Name, frameworkObject.DO, _frameworkTemplate, ref provideValueServiceProvider ); 959iAddChild = frameworkObject.DO as IAddChild; 963frameworkObject.DO.GetType().Name)); 981AddNodeToParent(frameworkObject.DO, childFrameworkObject );
System\Windows\FrameworkTemplate.cs (1)
557return frameworkObject.DO;
System\Windows\Generated\FrameworkContentElement.cs (2)
858foMentor.DO, 892foMentor.DO,
System\Windows\Generated\FrameworkElement.cs (2)
890foMentor.DO, 924foMentor.DO,
System\Windows\StyleHelper.cs (9)
2292container.DO, 3708DependencyObject target = child.DO; 3809HybridDictionary parentTemplateValues = StyleHelper.ParentTemplateValuesField.GetValue(child.DO); 3846DependencyObject target = fo.DO; 3886fo.DO, 3928fo.DO, 3973fo.DO, 4248PropertyMetadata metadata = dp.GetMetadata(child.DO.DependencyObjectType); 4257child.DO.InvalidateProperty(dp);
System\Windows\TreeWalkHelper.cs (3)
52parent = parentFO.FrameworkParent.DO; 924DependencyObject d = fo.DO; 936OnInheritablePropertyChanged(fo.DO, info, visitedViaVisualTree);