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