56 references to DO
PresentationFramework (56)
MS\Internal\Data\ObjectRef.cs (12)
166
while (o == null && fo.
DO
!= null)
201
TraceData.Identify(fo.
DO
)));
218
Panel panel = fo.FrameworkParent.
DO
as Panel;
232
ContentControl cc = LogicalTreeHelper.GetParent(fo.
DO
) as ContentControl;
233
if (cc != null && cc.Content == fo.
DO
&& cc.InheritanceBehavior == InheritanceBehavior.Default)
246
for (dd = fo.
DO
; ;)
561
fo.Reset(fo.GetPreferVisualParent(true).
DO
);
563
while (fo.
DO
!= null)
570
TraceData.Identify(fo.
DO
)));
573
if (type.IsInstanceOfType(fo.
DO
)) // found it!
579
fo.Reset(fo.PreferVisualParent.
DO
);
582
return fo.
DO
;
MS\Internal\FrameworkObject.cs (6)
300
while (!fo.IsValid && fo.
DO
!= null)
309
if ((visual = fo.
DO
as Visual) != null)
313
else if ((ce = fo.
DO
as ContentElement) != null)
317
else if ((visual3D = fo.
DO
as Visual3D) != null)
718
fo.
DO
!= null;
721
if (fo.
DO
== d1)
System\Windows\BroadcastEventHelper.cs (2)
596
foreach(object o in LogicalTreeHelper.GetChildren(fo.
DO
))
656
parent = Helper.FindMentor(fo.
DO
.InheritanceContext);
System\Windows\Controls\ItemsControl.cs (5)
1199
fo.Reset(fo.GetPreferVisualParent(true).
DO
);
1202
while (fo.
DO
!= null)
1204
if (IsContainerForItemsControl(fo.
DO
, itemsControl))
1209
fo.Reset(fo.PreferVisualParent.
DO
);
1212
return fo.
DO
;
System\Windows\Data\BindingExpressionBase.cs (2)
1750
while (fo.
DO
!= null)
1752
BindingGroup bgCandidate = (BindingGroup)fo.
DO
.GetValue(bindingGroupDP);
System\Windows\FrameworkElement.cs (7)
1046
element.
DO
,
1123
element.
DO
,
1281
fo.
DO
,
1302
fo.
DO
,
1324
fo.
DO
,
1335
if (boundaryElement != null && (fo.
DO
== boundaryElement))
2281
return fo.
DO
;
System\Windows\FrameworkElementFactory.cs (5)
912
((IAddChild)parent).AddChild(childFrameworkObject.
DO
);
940
FrameworkTemplate.SetTemplateParentValues( Name, frameworkObject.
DO
, _frameworkTemplate, ref provideValueServiceProvider );
951
iAddChild = frameworkObject.
DO
as IAddChild;
955
frameworkObject.
DO
.GetType().Name));
973
AddNodeToParent(frameworkObject.
DO
, childFrameworkObject );
System\Windows\FrameworkTemplate.cs (1)
548
return frameworkObject.
DO
;
System\Windows\Generated\FrameworkContentElement.cs (2)
852
foMentor.
DO
,
886
foMentor.
DO
,
System\Windows\Generated\FrameworkElement.cs (2)
884
foMentor.
DO
,
918
foMentor.
DO
,
System\Windows\StyleHelper.cs (9)
2286
container.
DO
,
3702
DependencyObject target = child.
DO
;
3803
HybridDictionary parentTemplateValues = StyleHelper.ParentTemplateValuesField.GetValue(child.
DO
);
3840
DependencyObject target = fo.
DO
;
3880
fo.
DO
,
3922
fo.
DO
,
3967
fo.
DO
,
4242
PropertyMetadata metadata = dp.GetMetadata(child.
DO
.DependencyObjectType);
4251
child.
DO
.InvalidateProperty(dp);
System\Windows\TreeWalkHelper.cs (3)
48
parent = parentFO.FrameworkParent.
DO
;
920
DependencyObject d = fo.
DO
;
932
OnInheritablePropertyChanged(fo.
DO
, info, visitedViaVisualTree);