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