3 writes to _object
PresentationFramework (3)
System\Windows\Documents\FixedElement.cs (3)
192
_object
= e._object; // To generate InlineUIContainer with child with object;
203
_object
= BuildObjectTree();
443
set {
_object
= value; }
5 references to _object
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (5)
191
Debug.Assert(
_object
== null && e._type == ElementType.Object);
192
_object = e.
_object
; // To generate InlineUIContainer with child with object;
201
if (
_object
== null)
205
return
_object
;
291
Uri source =
_object
as Uri;