56 references to DO
PresentationFramework (56)
src\Framework\MS\Internal\Data\ObjectRef.cs (12)
176while (o == null && fo.DO != null) 211TraceData.Identify(fo.DO))); 228Panel panel = fo.FrameworkParent.DO as Panel; 242ContentControl cc = LogicalTreeHelper.GetParent(fo.DO) as ContentControl; 243if (cc != null && cc.Content == fo.DO && cc.InheritanceBehavior == InheritanceBehavior.Default) 256for (dd = fo.DO;;) 577fo.Reset(fo.GetPreferVisualParent(true).DO); 579while (fo.DO != null) 586TraceData.Identify(fo.DO))); 589if (type.IsInstanceOfType(fo.DO)) // found it! 595fo.Reset(fo.PreferVisualParent.DO); 598return fo.DO;
src\Framework\MS\Internal\FrameworkObject.cs (6)
331while (!fo.IsValid && fo.DO != null) 340if ((visual = fo.DO as Visual) != null) 344else if ((ce = fo.DO as ContentElement) != null) 348else if ((visual3D = fo.DO as Visual3D) != null) 749fo.DO != null; 752if (fo.DO == d1)
src\Framework\System\Windows\BroadcastEventHelper.cs (2)
600foreach(object o in LogicalTreeHelper.GetChildren(fo.DO)) 660parent = Helper.FindMentor(fo.DO.InheritanceContext);
src\Framework\System\Windows\Controls\ItemsControl.cs (5)
1212fo.Reset(fo.GetPreferVisualParent(true).DO); 1215while (fo.DO != null) 1217if (IsContainerForItemsControl(fo.DO, itemsControl)) 1222fo.Reset(fo.PreferVisualParent.DO); 1225return fo.DO;
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
1751while (fo.DO != null) 1753BindingGroup bgCandidate = (BindingGroup)fo.DO.GetValue(bindingGroupDP);
src\Framework\System\Windows\FrameworkElement.cs (7)
1056element.DO, 1133element.DO, 1291fo.DO, 1312fo.DO, 1334fo.DO, 1345if (boundaryElement != null && (fo.DO == boundaryElement)) 2289return fo.DO;
src\Framework\System\Windows\FrameworkElementFactory.cs (5)
944((IAddChild)parent).AddChild(childFrameworkObject.DO); 972FrameworkTemplate.SetTemplateParentValues( Name, frameworkObject.DO, _frameworkTemplate, ref provideValueServiceProvider ); 983iAddChild = frameworkObject.DO as IAddChild; 987frameworkObject.DO.GetType().Name)); 1005AddNodeToParent(frameworkObject.DO, childFrameworkObject );
src\Framework\System\Windows\FrameworkTemplate.cs (1)
560return frameworkObject.DO;
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (2)
871foMentor.DO, 905foMentor.DO,
src\Framework\System\Windows\Generated\FrameworkElement.cs (2)
901foMentor.DO, 935foMentor.DO,
src\Framework\System\Windows\StyleHelper.cs (9)
2292container.DO, 3707DependencyObject target = child.DO; 3808HybridDictionary parentTemplateValues = StyleHelper.ParentTemplateValuesField.GetValue(child.DO); 3845DependencyObject target = fo.DO; 3885fo.DO, 3927fo.DO, 3972fo.DO, 4247PropertyMetadata metadata = dp.GetMetadata(child.DO.DependencyObjectType); 4256child.DO.InvalidateProperty(dp);
src\Framework\System\Windows\TreeWalkHelper.cs (3)
51parent = parentFO.FrameworkParent.DO; 919DependencyObject d = fo.DO; 931OnInheritablePropertyChanged(fo.DO, info, visitedViaVisualTree);