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