3 writes to _object
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedElement.cs (3)
205
_object
= e._object; // To generate InlineUIContainer with child with object;
216
_object
= BuildObjectTree();
457
set {
_object
= value; }
5 references to _object
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (5)
204
Debug.Assert(
_object
== null && e._type == ElementType.Object);
205
_object = e.
_object
; // To generate InlineUIContainer with child with object;
214
if (
_object
== null)
218
return
_object
;
305
Uri source =
_object
as Uri;