2 writes to _debugBaml
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4255newRecord._debugBaml = _debugBaml; 4293set { _debugBaml = value; }
2 references to _debugBaml
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4255newRecord._debugBaml = _debugBaml; 4292get { return _debugBaml; }