3 writes to _object
PresentationFramework (3)
System\Windows\Documents\FixedElement.cs (3)
191
_object
= e._object; // To generate InlineUIContainer with child with object;
202
_object
= BuildObjectTree();
448
set {
_object
= value; }
5 references to _object
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (5)
190
Debug.Assert(
_object
== null && e._type == ElementType.Object);
191
_object = e.
_object
; // To generate InlineUIContainer with child with object;
200
if (
_object
== null)
204
return
_object
;
294
Uri source =
_object
as Uri;