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)
1187
fo.Reset(fo.GetPreferVisualParent(true).
DO
);
1190
while (fo.
DO
!= null)
1192
if (IsContainerForItemsControl(fo.
DO
, itemsControl))
1197
fo.Reset(fo.PreferVisualParent.
DO
);
1200
return fo.
DO
;
System\Windows\Data\BindingExpressionBase.cs (2)
1749
while (fo.
DO
!= null)
1751
BindingGroup bgCandidate = (BindingGroup)fo.
DO
.GetValue(bindingGroupDP);
System\Windows\FrameworkElement.cs (7)
1036
element.
DO
,
1113
element.
DO
,
1271
fo.
DO
,
1292
fo.
DO
,
1314
fo.
DO
,
1325
if (boundaryElement != null && (fo.
DO
== boundaryElement))
2273
return fo.
DO
;
System\Windows\FrameworkElementFactory.cs (5)
910
((IAddChild)parent).AddChild(childFrameworkObject.
DO
);
938
FrameworkTemplate.SetTemplateParentValues( Name, frameworkObject.
DO
, _frameworkTemplate, ref provideValueServiceProvider );
949
iAddChild = frameworkObject.
DO
as IAddChild;
953
frameworkObject.
DO
.GetType().Name));
971
AddNodeToParent(frameworkObject.
DO
, childFrameworkObject );
System\Windows\FrameworkTemplate.cs (1)
546
return frameworkObject.
DO
;
System\Windows\Generated\FrameworkContentElement.cs (2)
849
foMentor.
DO
,
883
foMentor.
DO
,
System\Windows\Generated\FrameworkElement.cs (2)
881
foMentor.
DO
,
915
foMentor.
DO
,
System\Windows\StyleHelper.cs (9)
2281
container.
DO
,
3696
DependencyObject target = child.
DO
;
3797
HybridDictionary parentTemplateValues = StyleHelper.ParentTemplateValuesField.GetValue(child.
DO
);
3836
DependencyObject target = fo.
DO
;
3876
fo.
DO
,
3918
fo.
DO
,
3963
fo.
DO
,
4238
PropertyMetadata metadata = dp.GetMetadata(child.
DO
.DependencyObjectType);
4247
child.
DO
.InvalidateProperty(dp);
System\Windows\TreeWalkHelper.cs (3)
48
parent = parentFO.FrameworkParent.
DO
;
917
DependencyObject d = fo.
DO
;
929
OnInheritablePropertyChanged(fo.
DO
, info, visitedViaVisualTree);