2 writes to _isDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
529
set {
_isDebugBamlStream
= value; }
652
context.
_isDebugBamlStream
= _isDebugBamlStream;
2 references to _isDebugBamlStream
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
528
get { return
_isDebugBamlStream
; }
652
context._isDebugBamlStream =
_isDebugBamlStream
;